Can someone tell me what this means, please?

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

Type
  • identify -list format
Chances are JPEG is not listed or if it is its mode is --- signaling the JPEG delegate library was not included when ImageMagick was built. Grab the source distribution, unpack, and run the configure script. The last 40 lines or so will mention whether the JPEG delegate library was validated. If not, check the config.log file for the reason why the validation failed. Fix the problem and rerun the configure script until the JPEG library is validated.
Post Reply