"identify: no decode delegate for this image format" for JPG

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
a68254

Re: "identify: no decode delegate for this image format" for JPG

Post by a68254 »

Have you tried adding IM to your LD_LIBRARY_PATH

export LD_LIBRARY_PATH="/path/to/im/lib"

If you are running on a 64 bits box or have a specific prefix that might help, I see you are using a package installed IM so the prefix thing is not an option here of course. Consider compiling IM from a newer source, I have experienced a lot of problems with RHEL IM packages
Post Reply