]> git.eshelyaron.com Git - emacs.git/commitdiff
(TIFF Images): New section describing :index property.
authorJason Rumney <jasonr@gnu.org>
Tue, 26 Aug 2008 08:09:37 +0000 (08:09 +0000)
committerJason Rumney <jasonr@gnu.org>
Tue, 26 Aug 2008 08:09:37 +0000 (08:09 +0000)
doc/lispref/ChangeLog
doc/lispref/display.texi

index 4ae6b330443c6f73ce64c663d3daa2d4d6e10ef4..b553cab9db26407514f7ced344ffb74d1f5c57b6 100644 (file)
@@ -1,3 +1,7 @@
+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
index be249d3a4d6f600ac93934f674eaf506cb53247c..ea9eb38c20972b5c58677f5253857b506bae0e14 100644 (file)
@@ -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