newbie prob: NoDecodeDelegateForThisImageFormat (JPG JPEG)

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
The mode for JPEG should be rw- which translates to read/write JPEG images. If JPEG is not listed or the mode is not ---, that means ImageMagick was not built with JPEG support. When you run the configure script, it reported that the JPEG delegate library was not validated. Get the configure script to validate the JPEG library and you will be able to read/write JPEG images.
Post Reply