And when I say -

/usr/bin/convert 1.xwd 1.png               (it works)
/usr/local/bin/convert 1.xwd 1.png       (no decode delegate for this image
format)


-Thanks
Pahup
On Thu, Aug 28, 2008 at 2:13 PM, Pahup Bilala <[EMAIL PROTECTED]> wrote:

>  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