comparison README.imagemagick @ 109857:d7a20b755b64

configure support for MagickExportImagePixels and README
author Joakim <joakim@localhost.localdomain>
date Fri, 14 May 2010 12:07:01 +0200
parents 4baaa8ac0f74
children 8e0241dfb81c
comparison
equal deleted inserted replaced
109856:4baaa8ac0f74 109857:d7a20b755b64
26 ** Test with more systems 26 ** Test with more systems
27 Tested on Fedora 12 so far, and the libmagick that ships with it. 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. 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 29 Also need some way to handle render methods that only work on newer ImageMagicks
30 30
31 ** suport "count" property in image-metadata
32
33 31
34 * NEWS entry 32 * NEWS entry
35 ** ImageMagick support 33 ** ImageMagick support
36 It is now possible to use the Imagemagick library to load many new 34 It is now possible to use the Imagemagick library to load many new
37 image formats in Emacs. 35 image formats in Emacs.
56 54
57 - scale 55 - scale
58 - rotation 56 - rotation
59 - index 57 - index
60 58
59 See the ImageMagick manual for information on how these specifications
60 work.
61
62 The image-metadata function can be used to retrieve the total number
63 of images in an image bundle, and the :index property can be used to
64 show a particular image within the bundle. This is simmilar to how GIF
65 files work.
66
67
68
61 * Changelog entry 69 * Changelog entry
62 nothing yet 70 nothing yet
63 71
64 * Manual entry 72 * Manual entry
65 nothing yet 73 nothing yet