Hi all.
Is it possible to specify the path to the image?
For example:
convert /path/from.jpg /path/to.png
how to specify the path to the image ?
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: how to specify the path to the image ?
Yes. The path can even be a URL:
Code: Select all
convert http://somewhere.com/pic.png /mypictures/pic.jpg
snibgo's IM pages: im.snibgo.com