Hello,
under "Usage" I only find examples for IM 6.
However, are there examples for IM 7 too?
Thanks in advance
Examples for IM 7?
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Examples for IM 7?
The Usage pages were written for v6. Most example shown will work for v7, if you replace "convert" with "magick".
snibgo's IM pages: im.snibgo.com
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Examples for IM 7?
For tools other than convert, such as identify, mogrify, montage, you need to express those prefaced with magick. So
magick (for convert)
magick identify (for identify)
magick mogrify (for mogrify)
magick montage (for montage)
etc
magick (for convert)
magick identify (for identify)
magick mogrify (for mogrify)
magick montage (for montage)
etc
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Examples for IM 7?
See http://imagemagick.org/script/porting.php#cli for other differences.