Page 1 of 1

how to specify the path to the image ?

Posted: 2013-01-29T05:19:48-07:00
by user123
Hi all.
Is it possible to specify the path to the image?
For example:
convert /path/from.jpg /path/to.png

Re: how to specify the path to the image ?

Posted: 2013-01-29T05:56:57-07:00
by snibgo
Yes. The path can even be a URL:

Code: Select all

convert http://somewhere.com/pic.png /mypictures/pic.jpg