comparison README.imagemagick @ 109868:c1ae0a9b14a1

reworked :index functionality a bit so its faster
author Joakim <joakim@localhost.localdomain>
date Thu, 01 Jul 2010 23:38:33 +0200
parents 73512e4aa257
children 22892dff6fc3
comparison
equal deleted inserted replaced
109867:7b3550d93e3a 109868:c1ae0a9b14a1
25 command is also a bit slow, but nowhere near as slow as the emacs 25 command is also a bit slow, but nowhere near as slow as the emacs
26 code. It seems imagemagick tries to unpack every page when loading 26 code. It seems imagemagick tries to unpack every page when loading
27 the bundle. This feature is not the primary usecase for the 27 the bundle. This feature is not the primary usecase for the
28 imagemagick patch though. 28 imagemagick patch though.
29 29
30 ImageMagick 6.6.2-8 introduced a bugfix for single page djvu load.
31 To benefit from the bugfix, the loader code in image.c must be changed.
32
30 - optimize number of pages calculation for bundles as suggested by 33 - optimize number of pages calculation for bundles as suggested by
31 imagemagick forum: "set the density to something low like 2 and use 34 imagemagick forum: "set the density to something low like 2 and use
32 MagickPingImage()" 35 MagickPingImage()"
33 36
34 - zooming the image like what is done for fonts in face-remap.el would 37 - zooming the image like what is done for fonts in face-remap.el would