comparison README.imagemagick @ 109856:4baaa8ac0f74

image count
author Joakim <joakim@localhost.localdomain>
date Fri, 14 May 2010 10:20:36 +0200
parents fe07c47cf7a7
children d7a20b755b64
comparison
equal deleted inserted replaced
109855:ecac5346ac63 109856:4baaa8ac0f74
12 autoconf 12 autoconf
13 ./configure --with-imagemagick 13 ./configure --with-imagemagick
14 14
15 15
16 16
17 TODO 17 * TODO
18 - complete documentation drafts below 18 ** complete documentation drafts below
19 - test with more systems, only tested on Fedora 12 so far, and the 19
20 libmagick that ships it. 20 ** fix inconsistencys with spelling of imagemagick in the src
21 - fix inconsistencys with spelling of imagemagick in the src 21 ** report number of images in image bundle types somehow
22 - report number of images in image bundle types somehow 22 ** probably add pdf to inhibited types
23 - probably add pdf to inhibited types 23 ** inhibit types is defconst should probably be defcustom
24 - inhibit types is defconst should probably be defcustom 24 ** decide what to do with some uncommitted imagemagick support
25 - decide what to do with some uncommitted imagemagick support
26 functions for image size etc. 25 functions for image size etc.
27 26 ** Test with more systems
27 Tested on Fedora 12 so far, and the libmagick that ships with it.
28 Ubuntu 8.04 was also tested, but it seems it ships a broken ImageMagick.
29 Also need some way to handle render methods that only work on newer ImageMagicks
30
31 ** suport "count" property in image-metadata
32
28 33
29 * NEWS entry 34 * NEWS entry
30 ** ImageMagick support 35 ** ImageMagick support
31 It is now possible to use the Imagemagick library to load many new 36 It is now possible to use the Imagemagick library to load many new
32 image formats in Emacs. 37 image formats in Emacs.