diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/display.texi | 6 |
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 | |||
| 5157 | for images loaded via ImageMagick is @code{imagemagick}, regardless of | 5157 | for images loaded via ImageMagick is @code{imagemagick}, regardless of |
| 5158 | the actual underlying image format. | 5158 | the actual underlying image format. |
| 5159 | 5159 | ||
| 5160 | To 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 |
| 5161 | This function returns a list of image file extensions supported by the | 5167 | This function returns a list of image file extensions supported by the |
| 5162 | current ImageMagick installation. Each list element is a symbol | 5168 | current ImageMagick installation. Each list element is a symbol |