MagickReadImage in C/C++ doesn't work for .gif 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
myan

MagickReadImage in C/C++ doesn't work for .gif format.

Post by myan »

I used MagickReadImage(wand,"file.gif"), this always return MagickFalse. It works for other format though(.jpeg,.bmp). Any help is greatly appreciated.
Sometimes I got the error message "no decode delegate for this format".
Post Reply