identify: no decode delegate for this image format

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
blah32
Posts: 1
Joined: 2012-06-13T00:13:16-07:00
Authentication code: 13

identify: no decode delegate for this image format

Post by blah32 »

prelude:
So the last 3 days have been a bit of a nightmare. I've tried different distros (fedora and ubuntu) recompiling IM from scratch, searching the web and through many forum posts. I still haven't found the solution.

issue:
When I run mogrify/identify (in bash/shell) I get errors on some jpegs/jpgs. Some other jpgs convert/mogrify fine.

Here is the output, I'm sure you've all seen it before.

Code: Select all

identify: no decode delegate for this image format
Is there an rpm or deb that can fill in the blanks for these missing libraries that image magick needs ?
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: identify: no decode delegate for this image format

Post by fmw42 »

perhaps you should post a link to one of your jpgs that fail, so other can test with it and see if there is something odd with it.
Post Reply