Mercurial > emacs
comparison etc/NEWS @ 110614:ced897c0b9f0
Compile with imagemagick support by default.
author | Lars Magne Ingebrigtsen <larsi@gnus.org> |
---|---|
date | Mon, 27 Sep 2010 22:53:35 +0200 |
parents | 52590453d4f9 |
children | 220a54524e9f |
comparison
equal
deleted
inserted
replaced
110613:ddf04bc5ad27 | 110614:ced897c0b9f0 |
---|---|
113 top, left, right or bottom. The Options => Show/Hide menu has entries | 113 top, left, right or bottom. The Options => Show/Hide menu has entries |
114 for this. | 114 for this. |
115 | 115 |
116 ** ImageMagick support. | 116 ** ImageMagick support. |
117 It is now possible to use the Imagemagick library to load many new | 117 It is now possible to use the Imagemagick library to load many new |
118 image formats in Emacs. To enable this, use the configure option | 118 image formats in Emacs. It is enable by default. To disable this, use |
119 `--with-imagemagick'. | 119 the configure option `--without-imagemagick'. |
120 | 120 |
121 The new function `imagemagick-types' returns a list of image file | 121 The new function `imagemagick-types' returns a list of image file |
122 extensions that your installation of ImageMagick supports. The | 122 extensions that your installation of ImageMagick supports. The |
123 function `imagemagick-register-types' enables ImageMagick support for | 123 function `imagemagick-register-types' enables ImageMagick support for |
124 these image types, minus those listed in `imagemagick-types-inhibit'. | 124 these image types, minus those listed in `imagemagick-types-inhibit'. |