Why do I keep getting this Imagemagick error?
- by Gkhan14
I currently used this code for Imagemagick:
convert "c:\users\****\My Documents\test.png" -transparent white test2.png
However, I keep on getting two errors that look like this:
convert.exe: unable to open image `c:\users\****\My': No such file or directory @ error/blob.c/OpenBlob/2641.
convert.exe: no decode delegate for this image format `c:\users\****\My' @ error/constitute.c/ReadImage/550.
I installed Imagemagick to my c:\ directory.
What does this mean, and how can I fix it?