Mercurial > emacs
diff lispref/display.texi @ 82946:39d2175caddb
(Images): Move formats-related text to new node
"Image Formats".
(Image Formats): New node.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Tue, 28 Aug 2007 22:35:14 +0000 |
parents | 92ccd83174e6 |
children | 7c79f452845f |
line wrap: on
line diff
--- a/lispref/display.texi Tue Aug 28 22:32:07 2007 +0000 +++ b/lispref/display.texi Tue Aug 28 22:35:14 2007 +0000 @@ -3603,6 +3603,24 @@ @code{display-images-p} to determine if images can in principle be displayed (@pxref{Display Feature Testing}). +@menu +* Image Formats:: Supported image formats. +* Image Descriptors:: How to specify an image for use in @code{:display}. +* XBM Images:: Special features for XBM format. +* XPM Images:: Special features for XPM format. +* GIF Images:: Special features for GIF 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. +* Showing Images:: Convenient ways to display an image once it is defined. +* Image Cache:: Internal mechanisms of image display. +@end menu + +@node Image Formats +@subsection Image Formats +@cindex image formats +@cindex image types + Emacs can display a number of different image formats; some of them are supported only if particular support libraries are installed on your machine. In some environments, Emacs can load image @@ -3660,18 +3678,6 @@ @code{t} if the dynamic library could be loaded, @code{nil} otherwise. @end defun -@menu -* Image Descriptors:: How to specify an image for use in @code{:display}. -* XBM Images:: Special features for XBM format. -* XPM Images:: Special features for XPM format. -* GIF Images:: Special features for GIF 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. -* Showing Images:: Convenient ways to display an image once it is defined. -* Image Cache:: Internal mechanisms of image display. -@end menu - @node Image Descriptors @subsection Image Descriptors @cindex image descriptor