I'm getting the:
"no decode delegate for this image format"
when trying to resize a .JPG. after typing:
"identify -list format"
i noticed that .JPG/.JPEG don't show up at all. did i screw something up?
no JPG support?
Chances are, when ImageMagick was built, the configure script did not validate the JPEG delegate library which is required to read/write JPEG images. Run the configure script again and look at the last 50 lines of output. It will probably say JPEG was not validated. Look at config.log for -ljpeg and identify the reason the library did not validate. Fix the problem and rerun the configure script until JPEG is validated. Now build and install.
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
You need to install the JPEG library 'devel' files. That is the files needed to build against the library, and not just enough for pre-compiled programs to use the library.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/