Why do I keep getting this Imagemagick error?
Posted
by
Gkhan14
on Super User
See other posts from Super User
or by Gkhan14
Published on 2013-01-03T22:04:49Z
Indexed on
2013/07/02
5:08 UTC
Read the original article
Hit count: 521
command-line
|imagemagick
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?
© Super User or respective owner