**** Warning: File has insufficient data for an image.

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
mhipo
Posts: 1
Joined: 2013-12-01T14:07:40-07:00
Authentication code: 6789

**** Warning: File has insufficient data for an image.

Post by mhipo »

Hi everyone. I'm newbie a bit in imagemagick.

I wanna convert some pdf magazines to jpg files. but when my pdf has many images in its pages, this error appears, and jpg files generates in bad way :

**** Warning: File has insufficient data for an image.
error: cannot decode code stream
unable to decode JPX image data.

Please help :|
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: **** Warning: File has insufficient data for an image.

Post by fmw42 »

What version of IM and what platform. What was your command line?

JPX means that the image is in JPEG2000 format. On unix you need the Jasper delegate library.

Does convert -version tell you you have JP2 or JP2000?
Post Reply