mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-05 11:21:04 -08:00
Document how to check for ImageMagick support
* doc/lispref/display.texi (ImageMagick Images): Say how to check for ImageMagick support, which isn't quite obvious (bug#20702).
This commit is contained in:
parent
970b82b2b2
commit
faf07d6465
1 changed files with 6 additions and 0 deletions
|
|
@ -5145,6 +5145,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue