IM is slow when converting last pages of big PDF to JPGs

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: IM is slow when converting last pages of big PDF to JPGs

Post by magick »

We need to improve the algorithm but for now it does process all pages up until your last subimage specification. We do that to be able to robustly handle specifications such as image.pdf[191,89,13] (which grabs page 191, 89, and 13 respectively). We'll look into improving this algorithm for the next point release of ImageMagick.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: IM is slow when converting last pages of big PDF to JPGs

Post by magick »

We have a patch in ImageMagick 6.3.8-10 Beta to speed up converting large PDF images when only selecting a few pages (e.g. pdffile.pdf[195-199]).
Post Reply