I develop a C/C++ program using ImageMagick(MagickWand, Magickcore).
When I run the program, I see the error "No Decode Delegate For This Image Format".
I copy the folder lib (the folder containing imagemagick lib) into the folder containing .exe file. => the problem is fixed.
However, when I build .dll, I do the same step but this does not fixed.
Can any one help me?
No Decode Delegate For This Image Format
No Decode Delegate For This Image Format
Thank you
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: No Decode Delegate For This Image Format
"No Decode Delegate For This Image Format".
This message typically means that you are missing one of the image format delegate libraries?
What do you get returned for
Code: Select all
convert -version