aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.imagemagick51
1 files changed, 51 insertions, 0 deletions
diff --git a/README.imagemagick b/README.imagemagick
new file mode 100644
index 00000000000..3c760dd75ea
--- /dev/null
+++ b/README.imagemagick
@@ -0,0 +1,51 @@
1This is the imagemagick branch of Emacs. Imagemagick can now be used
2to load many new image formats, and also do useful transforms like
3scaling and rotation.
4
5This file will attempt to contain draft NEWS, Changelog and manual
6entries for the new functionality.
7
8TODO
9- complete documentation drafts below
10- test with more systems, only tested on Fedora 12 so far, and the
11libmagick that ships it.
12- fix inconsistencys with spelling of imagemagick in the src
13- report number of images in image bundle types somehow
14- probably add pdf to inhibited types
15- inhibit types is defconst should probably be defcustom
16- decide what to do with some uncommitted imagemagick support
17 functions for image size etc.
18
19
20* NEWS entry
21** ImageMagick support
22It is now possible to use the Imagemagick library to load many new
23image formats in Emacs.
24
25To enable, use the following configure option:
26--with-imagemagick
27
28The new function (imagemagick-types) returns a list of image file
29extensions that your installation of imagemagick supports.
30
31The function (imagemagic-register-types) will enable the imagemagick
32support for the extensions in imagemagick-types minus the types listed
33in imagemagick-types-inhibit.
34
35imagemagick-types-inhibit has the value '(C HTML HTM TXT) by default.
36This means imagemagick will be used also to load jpeg files, if you
37have both jpeg and imagemagick libraries linked. Add 'JPG to
38imagemagick-types-inhibit if you do not want this.
39
40Images loaded with imagemagick will support a couple of new display
41specifications:
42
43- scale
44- rotation
45- index
46
47* Changelog entry
48nothing yet
49
50* Manual entry
51nothing yet \ No newline at end of file