aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/display.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index d3e424853ad..68b48e0df91 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -5157,6 +5157,12 @@ Conveniences,,, emacs, The GNU Emacs Manual}). The image type symbol
5157for images loaded via ImageMagick is @code{imagemagick}, regardless of 5157for images loaded via ImageMagick is @code{imagemagick}, regardless of
5158the actual underlying image format. 5158the actual underlying image format.
5159 5159
5160To check for ImageMagick support, use the following:
5161
5162@lisp
5163(image-type-available-p 'imagemagick)
5164@end lisp
5165
5160@defun imagemagick-types 5166@defun imagemagick-types
5161This function returns a list of image file extensions supported by the 5167This function returns a list of image file extensions supported by the
5162current ImageMagick installation. Each list element is a symbol 5168current ImageMagick installation. Each list element is a symbol