Re: PDF to jpg CONVERT with ImageMagick-6.4.7-9-Q16-windows Problem

[email protected] Wed, 17 Dec 2008 08:49:59 -0800
Newsgroups gmane.comp.video.image-magick.bugs
Message-ID <[email protected]>
> convert: Insufficient image data in file

Try this:

  convert -limit memory 0 -limit map 0 -density 300 xxx.pdf yyy.gif

If that fails, the command has exhausted your system resources.