Mercurial > emacs
comparison README.imagemagick @ 109853:fe07c47cf7a7
merge and fixes
author | Joakim <joakim@localhost.localdomain> |
---|---|
date | Thu, 13 May 2010 15:13:52 +0200 |
parents | e56f669f17ce |
children | 4baaa8ac0f74 |
comparison
equal
deleted
inserted
replaced
109852:e56f669f17ce | 109853:fe07c47cf7a7 |
---|---|
2 to load many new image formats, and also do useful transforms like | 2 to load many new image formats, and also do useful transforms like |
3 scaling and rotation. | 3 scaling and rotation. |
4 | 4 |
5 This file will attempt to contain draft NEWS, Changelog and manual | 5 This file will attempt to contain draft NEWS, Changelog and manual |
6 entries for the new functionality. | 6 entries for the new functionality. |
7 | |
8 You might need to regenerate the configure scripts: | |
9 aclocal | |
10 automake | |
11 autoheader | |
12 autoconf | |
13 ./configure --with-imagemagick | |
14 | |
15 | |
7 | 16 |
8 TODO | 17 TODO |
9 - complete documentation drafts below | 18 - complete documentation drafts below |
10 - test with more systems, only tested on Fedora 12 so far, and the | 19 - test with more systems, only tested on Fedora 12 so far, and the |
11 libmagick that ships it. | 20 libmagick that ships it. |
26 --with-imagemagick | 35 --with-imagemagick |
27 | 36 |
28 The new function (imagemagick-types) returns a list of image file | 37 The new function (imagemagick-types) returns a list of image file |
29 extensions that your installation of imagemagick supports. | 38 extensions that your installation of imagemagick supports. |
30 | 39 |
31 The function (imagemagic-register-types) will enable the imagemagick | 40 The function (imagemagick-register-types) will enable the imagemagick |
32 support for the extensions in imagemagick-types minus the types listed | 41 support for the extensions in imagemagick-types minus the types listed |
33 in imagemagick-types-inhibit. | 42 in imagemagick-types-inhibit. |
34 | 43 |
35 imagemagick-types-inhibit has the value '(C HTML HTM TXT) by default. | 44 imagemagick-types-inhibit has the value '(C HTML HTM TXT) by default. |
36 This means imagemagick will be used also to load jpeg files, if you | 45 This means imagemagick will be used also to load jpeg files, if you |