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
**** Warning: File has insufficient data for an image.
- 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.
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?
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?