no decode delegate for this image format...
Posted: 2009-06-02T01:14:42-07:00
Hello.
I have some problems using ImageMagick. Indeed, I am unable to read any image of any type. I read on this forum that it was because i don't have the delegates but even after having installed those that still don't work. I first tried the wand.c example (http://www.imagemagick.org/script/magick-wand.php) and I get the following error :
wand.c main 39 no decode delegate for this image format 'skin.jpg' @ constitute.c/ReadImage/503
but when I type convert -list configure I can see :
DELEGATES jpeg jp2
LIBS -lMagickCore -ljpeg -lgdi32 -lm -lpthread
I also tried with the core.c example and I still get the same error.
Thanks in advance.
I have some problems using ImageMagick. Indeed, I am unable to read any image of any type. I read on this forum that it was because i don't have the delegates but even after having installed those that still don't work. I first tried the wand.c example (http://www.imagemagick.org/script/magick-wand.php) and I get the following error :
wand.c main 39 no decode delegate for this image format 'skin.jpg' @ constitute.c/ReadImage/503
but when I type convert -list configure I can see :
DELEGATES jpeg jp2
LIBS -lMagickCore -ljpeg -lgdi32 -lm -lpthread
I also tried with the core.c example and I still get the same error.
Thanks in advance.