From 905a9adb549d2893064ddc450d4defce49b61b40 Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Tue, 26 Aug 2008 08:09:37 +0000 Subject: [PATCH] (TIFF Images): New section describing :index property. --- doc/lispref/ChangeLog | 4 ++++ doc/lispref/display.texi | 15 +++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 4ae6b330443..b553cab9db2 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,7 @@ +2008-08-26 Jason Rumney + + * display.texi (TIFF Images): New section describing :index property. + 2008-08-23 Chong Yidong * display.texi (Temporary Displays): Remove unnecessary comment 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 -- 2.39.5