diff options
| author | Jason Rumney | 2008-08-26 08:09:37 +0000 |
|---|---|---|
| committer | Jason Rumney | 2008-08-26 08:09:37 +0000 |
| commit | 905a9adb549d2893064ddc450d4defce49b61b40 (patch) | |
| tree | 17cb3c1efb834385a043e324270d8f49732b08ec /doc | |
| parent | fab17942e01b965581532f4bad6e83b3fe20358d (diff) | |
| download | emacs-905a9adb549d2893064ddc450d4defce49b61b40.tar.gz emacs-905a9adb549d2893064ddc450d4defce49b61b40.zip | |
(TIFF Images): New section describing :index property.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispref/display.texi | 15 |
2 files changed, 19 insertions, 0 deletions
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 @@ | |||
| 1 | 2008-08-26 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * display.texi (TIFF Images): New section describing :index property. | ||
| 4 | |||
| 1 | 2008-08-23 Chong Yidong <cyd@stupidchicken.com> | 5 | 2008-08-23 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 6 | ||
| 3 | * display.texi (Temporary Displays): Remove unnecessary comment | 7 | * 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}). | |||
| 3814 | * XBM Images:: Special features for XBM format. | 3814 | * XBM Images:: Special features for XBM format. |
| 3815 | * XPM Images:: Special features for XPM format. | 3815 | * XPM Images:: Special features for XPM format. |
| 3816 | * GIF Images:: Special features for GIF format. | 3816 | * GIF Images:: Special features for GIF format. |
| 3817 | * TIFF Images:: Special features for TIFF format. | ||
| 3817 | * PostScript Images:: Special features for PostScript format. | 3818 | * PostScript Images:: Special features for PostScript format. |
| 3818 | * Other Image Types:: Various other formats are supported. | 3819 | * Other Image Types:: Various other formats are supported. |
| 3819 | * Defining Images:: Convenient ways to define an image for later use. | 3820 | * Defining Images:: Convenient ways to define an image for later use. |
| @@ -4199,6 +4200,20 @@ every 0.1 seconds. | |||
| 4199 | (run-with-timer 0.1 nil 'display-anim buffer file (1+ idx) max nil))) | 4200 | (run-with-timer 0.1 nil 'display-anim buffer file (1+ idx) max nil))) |
| 4200 | @end ignore | 4201 | @end ignore |
| 4201 | 4202 | ||
| 4203 | @node TIFF Images | ||
| 4204 | @subsection TIFF Images | ||
| 4205 | @cindex TIFF | ||
| 4206 | |||
| 4207 | For TIFF images, specify image type @code{tiff}. | ||
| 4208 | |||
| 4209 | @table @code | ||
| 4210 | @item :index @var{index} | ||
| 4211 | You can use @code{:index} to specify one image from a TIFF file that | ||
| 4212 | contains more than one image. This property specifies use of image | ||
| 4213 | number @var{index} from the file. If the TIFF file doesn't contain an | ||
| 4214 | image with index @var{index}, the image displays as a hollow box. | ||
| 4215 | @end table | ||
| 4216 | |||
| 4202 | @node PostScript Images | 4217 | @node PostScript Images |
| 4203 | @subsection PostScript Images | 4218 | @subsection PostScript Images |
| 4204 | @cindex postscript images | 4219 | @cindex postscript images |