IM7 -format usage [DELETEME]
IM7 -format usage [DELETEME]
... doh, found out for myself that im7 magick.exe is not drop-in for im6 identify.exe :-\ - please update http://imagemagick.org/script/escape.php to state that the specified identify.exe syntax no longer works.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: IM7 -format usage [DELETEME]
In IM7 use:
See http://imagemagick.org/script/porting.php#cli for the above syntax
or
Which simply replaces magick for convert
Code: Select all
magick identify -format "%t" rose.jpg
rose
or
Code: Select all
magick rose.jpg -format "%t" info:
rose