[magick-users] error when executing convert command
Fred Weinhaus
fmw at alink.net
Thu Jul 31 11:31:31 PDT 2008
Images cannot be attached on this forum. Use this forum instead:
http://www.imagemagick.org/discourse-server/viewforum.php?f=1
Your command line may have problems. You need to put spaces around
any continuation \ for one thing.
Second, did you compile IM from source. If so, you need to install
all the image delegate libraries.
Type:
convert -list configure
See what is listed on the DELEGATES line. It needs to have png (along
with jpg, gif, tif etc)
Delegates are available at http://www.imagemagick.org/download/delegates/
>I am new to ImageMagickHere I have attached the image cyclops.png
>and the command. Pls find the attachment.
>convert c:\imagemagick\cyclops.png\( +clone -fx 'p{0,0}' \)\-compose
>Difference -composite\-modulate 100,0 +matte
>c:\imagemagick\difference.png
>I am getting the following error convert: unable to open image
>`c:\imagemagick\cyclops.png\(': No such file or directory.convert:
>image sequence is required `+clone'.
>Can you help me?
More information about the Magick-users
mailing list