]> git.eshelyaron.com Git - emacs.git/commitdiff
Document how to check for ImageMagick support
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 30 Apr 2016 19:39:21 +0000 (21:39 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 23 Sep 2016 13:44:28 +0000 (16:44 +0300)
* doc/lispref/display.texi (ImageMagick Images): Say how to
check for ImageMagick support, which isn't quite obvious
(bug#20702).

This is backport from master
(cherry picked from commit faf07d646575c78d6d956ce91820ebbf38308553)

doc/lispref/display.texi

index d3e424853adcfb6a0c136bf299cd8d3814a9af39..68b48e0df9162b5ac445da2ba78d67afe9a876e2 100644 (file)
@@ -5157,6 +5157,12 @@ Conveniences,,, emacs, The GNU Emacs Manual}).  The image type symbol
 for images loaded via ImageMagick is @code{imagemagick}, regardless of
 the actual underlying image format.
 
+To check for ImageMagick support, use the following:
+
+@lisp
+(image-type-available-p 'imagemagick)
+@end lisp
+
 @defun imagemagick-types
 This function returns a list of image file extensions supported by the
 current ImageMagick installation.  Each list element is a symbol