comparison lispref/display.texi @ 90599:c358d0861b16

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 414-422) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 128-130) - Update from CVS - Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-108
author Miles Bader <miles@gnu.org>
date Tue, 05 Sep 2006 02:54:22 +0000
parents 858cb33ae39d 871eeda78fd7
children a1a25ac6c88a
comparison
equal deleted inserted replaced
90598:4a8681a3d827 90599:c358d0861b16
3562 3562
3563 To display an image in an Emacs buffer, you must first create an image 3563 To display an image in an Emacs buffer, you must first create an image
3564 descriptor, then use it as a display specifier in the @code{display} 3564 descriptor, then use it as a display specifier in the @code{display}
3565 property of text that is displayed (@pxref{Display Property}). 3565 property of text that is displayed (@pxref{Display Property}).
3566 3566
3567 Emacs is usually able to display images when it is run on a
3568 graphical terminal. Images cannot be displayed in a text terminal, on
3569 certain graphical terminals that lack the support for this, or if
3570 Emacs is compiled without image support. You can use the function
3571 @code{display-images-p} to determine if images can in principle be
3572 displayed (@pxref{Display Feature Testing}).
3573
3567 Emacs can display a number of different image formats; some of them 3574 Emacs can display a number of different image formats; some of them
3568 are supported only if particular support libraries are installed on 3575 are supported only if particular support libraries are installed on
3569 your machine. In some environments, Emacs can load image 3576 your machine. In some environments, Emacs can load image
3570 libraries on demand; if so, the variable @code{image-library-alist} 3577 libraries on demand; if so, the variable @code{image-library-alist}
3571 can be used to modify the set of known names for these dynamic 3578 can be used to modify the set of known names for these dynamic