I've got two Imagemagick installed on linux
/usr/bin/convert           (ImageMagick 6..2.8)
/usr/local/bin/convert  (ImageMagick 6.4.3)

When I give following command,

xwd -id $dialog_id | /usr/bin/convert
xwd:- /root/Destkop/temp.png               (It works)

xwd -id $dialog_id | /usr/local/bin/convert xwd:- /root/Desktop/temp.png
Gives error :
convert: unable to open image `xwd:-': No such file or directory.
convert: missing an image filename '/root/Desktop/temp.png'.

What could be wrong here ?


-Thanks
Pahup
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to