diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 4 insertions, 2 deletions
| @@ -131,8 +131,10 @@ for this. | |||
| 131 | ** ImageMagick support. | 131 | ** ImageMagick support. |
| 132 | It is now possible to use the ImageMagick library to load many new | 132 | It is now possible to use the ImageMagick library to load many new |
| 133 | image formats in Emacs. By default, Emacs links with the ImageMagick | 133 | image formats in Emacs. By default, Emacs links with the ImageMagick |
| 134 | libraries if they are present at build time. To disable this, use | 134 | libraries if they are present at build time. This needs ImageMagick |
| 135 | the configure option `--without-imagemagick'. | 135 | 6.2.8 or newer (versions newer than 6.0.7 _may_ work but have not been |
| 136 | tested). To disable ImageMagick support, use the configure option | ||
| 137 | `--without-imagemagick'. | ||
| 136 | 138 | ||
| 137 | The new function `imagemagick-types' returns a list of image file | 139 | The new function `imagemagick-types' returns a list of image file |
| 138 | extensions that your installation of ImageMagick supports. The | 140 | extensions that your installation of ImageMagick supports. The |