how to specify the path to the image ?

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
user123
Posts: 3
Joined: 2013-01-21T04:45:13-07:00
Authentication code: 6789

how to specify the path to the image ?

Post by user123 »

Hi all.
Is it possible to specify the path to the image?
For example:
convert /path/from.jpg /path/to.png
snibgo
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 ?

Post by snibgo »

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
Post Reply