Page 1 of 1

Posted: 2006-05-06T15:22:26-07:00
by magick
Type
  • identify -list format
Chances are JPEG is not listed or its listed with a mode of --- which means it can't be read or written. Check the config.log file generated when you ran the configure script. It will tell you why ImageMagick failed to validate the JPEG library. Perhaps you don't have the required development JPEG header files. Fix the problem and rerun the configure script until it validates the JPEG library (note the last 40 lines of the configure script output to spot any problems). When JPEG is validated, reinstall ImageMagick and you'll be able to read/write JPEG image files.

Posted: 2006-05-06T16:56:22-07:00
by magick
Our other suggestion is to look at the config.log file and discover the reason the JPEG library failed to validate. When you run the configure script the output will tell you the JPEG delegate library validation failed and the config.log file tells you exactly why.

Posted: 2006-05-07T08:07:27-07:00
by magick
Sure, you need the jconfig.h header file from the JPEG distribution before ImageMagick can validate the JPEG library.

Posted: 2006-05-07T10:55:01-07:00
by magick
The problem has little to do with ImageMagick and everything to do with installing packages on your system. Install JPEG and JPEG development library on your system and the configure script will validate the JPEG library. Learning how to install JPEG is beyond the scope of this discussion server.

Posted: 2006-05-30T16:39:36-07:00
by magick
Do you have Ghostscript installed on your Windows box? It's required in order for ImageMagick to interpret Postscript and PDF.