Page 1 of 1

Posted: 2006-03-23T08:09:07-07:00
by magick
Type
  • identify -list format
Chances are JPEG is not listed or its listed with a mode of --- which means it read or write it. This simply means that the JPEG delegate library was not available to ImageMagick when it was built/installed. Grab the source and run the configure script. Look at the last 40 or so lines and it probably says the JPEG library was not validated. Check config.log for the reason why. Fix the problem and rerun the configure script until it validates the JPEG library. Now build and install and ImageMagick will be able to read/write JPEG images.