Examples for IM 7?

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
NoRulez
Posts: 11
Joined: 2017-04-01T00:29:01-07:00
Authentication code: 1151

Examples for IM 7?

Post by NoRulez »

Hello,

under "Usage" I only find examples for IM 6.
However, are there examples for IM 7 too?

Thanks in advance
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Examples for IM 7?

Post by snibgo »

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
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Examples for IM 7?

Post by fmw42 »

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
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Examples for IM 7?

Post by fmw42 »

Post Reply