Page 1 of 1

Unable to convert an image

Posted: 2008-11-30T07:34:07-07:00
by gjayakrishnan
Hi,

I just downloaded and installed ImageMagick-6.4.6-6-Q16-windows-static.exe

Then i copied Sunset.jpg to C:\Program Files\ImageMagick-6.4.6-Q16 folder and tried to convert the file into png format using the following command line option...

convert Sunset.jpg Sunset.png

Instead of getting converted, i got the following error message...

convert: missing an image filename `Sunset.png' @ convert.c/ConvertImageCommand/2710.

Can anyone help me how to use the convert command

Thanks
Jay

Re: Unable to convert an image

Posted: 2008-11-30T07:39:04-07:00
by Bonzo
You do not need to put your image into the ImageMagick folder; take a look at this page: http://www.rubblewebs.co.uk/imagemagick ... indows.php

Re: Unable to convert an image

Posted: 2008-11-30T07:50:50-07:00
by gjayakrishnan
Thanks very much.. it worked