wand.c example: execution error
Posted: 2009-12-04T04:22:01-07:00
Hi,
I'm trying wand.c code (available on image magick website). It compile well, but if i try to execute it i get the following error
the same error appear if i change the input image from text.png to text.jpg and other format.
The same code works well under window...
I think that i make a mistake when i pass input parameters
Thank
I'm trying wand.c code (available on image magick website). It compile well, but if i try to execute it i get the following error
Code: Select all
./wand text.png text.png
wand.c main 39 no decode delegate for this image format `text.png' @ constitute.c/ReadImage/530
The same code works well under window...
I think that i make a mistake when i pass input parameters
Thank