summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJason Rumney <jasonr@gnu.org>2008-08-26 08:08:40 +0000
committerJason Rumney <jasonr@gnu.org>2008-08-26 08:08:40 +0000
commitbda730763f12e88d579cad932273fed1b3afda93 (patch)
tree08eeac120c33fd86626314b3d58daffa8eb0127a /doc
parent8a188a9567711fea6979cc68fbb037280a641a1b (diff)
downloademacs-bda730763f12e88d579cad932273fed1b3afda93.tar.gz
(TIFF Images): New section describing :index property.
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/display.texi15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index be249d3a4d6..ea9eb38c209 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -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