emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/doc/lispref/display.texi,v


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/doc/lispref/display.texi,v
Date: Tue, 26 Aug 2008 08:08:40 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Jason Rumney <jasonr>   08/08/26 08:08:40

Index: display.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/display.texi,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- display.texi        23 Aug 2008 03:03:56 -0000      1.20
+++ display.texi        26 Aug 2008 08:08:40 -0000      1.21
@@ -3814,6 +3814,7 @@
 * 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 @@
     (run-with-timer 0.1 nil 'display-anim buffer file (1+ idx) max nil)))
 @end ignore
 
address@hidden TIFF Images
address@hidden TIFF Images
address@hidden TIFF
+
+  For TIFF images, specify image type @code{tiff}.
+
address@hidden @code
address@hidden :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.
address@hidden table
+
 @node PostScript Images
 @subsection PostScript Images
 @cindex postscript images




reply via email to

[Prev in Thread] Current Thread [Next in Thread]