Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
905a9adb
Commit
905a9adb
authored
Aug 26, 2008
by
Jason Rumney
Browse files
(TIFF Images): New section describing :index property.
parent
fab17942
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
0 deletions
+19
-0
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+4
-0
doc/lispref/display.texi
doc/lispref/display.texi
+15
-0
No files found.
doc/lispref/ChangeLog
View file @
905a9adb
2008-08-26 Jason Rumney <jasonr@gnu.org>
* display.texi (TIFF Images): New section describing :index property.
2008-08-23 Chong Yidong <cyd@stupidchicken.com>
* display.texi (Temporary Displays): Remove unnecessary comment
...
...
doc/lispref/display.texi
View file @
905a9adb
...
...
@@ -3814,6 +3814,7 @@ displayed (@pxref{Display Feature Testing}).
* XBM Images:: Special features for XBM format.
* XPM Images:: Special features for XPM format.
* GIF Images:: Special features for GIF format.
* TIFF Images:: Special features for TIFF format.
* PostScript Images:: Special features for PostScript format.
* Other Image Types:: Various other formats are supported.
* Defining Images:: Convenient ways to define an image for later use.
...
...
@@ -4199,6 +4200,20 @@ every 0.1 seconds.
(run-with-timer 0.1 nil 'display-anim buffer file (1+ idx) max nil)))
@end ignore
@node TIFF Images
@subsection TIFF Images
@cindex TIFF
For TIFF images, specify image type @code{tiff}.
@table @code
@item :index @var{index}
You can use @code{:index} to specify one image from a TIFF file that
contains more than one image. This property specifies use of image
number @var{index} from the file. If the TIFF file doesn't contain an
image with index @var{index}, the image displays as a hollow box.
@end table
@node PostScript Images
@subsection PostScript Images
@cindex postscript images
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment