Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
fmw42
Posts: 25562 Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA
Contact:
Post
by fmw42 » 2016-03-29T10:13:08-07:00
Can someone explain the purpose of string format %i (
http://www.imagemagick.org/script/escape.php )
I get nothing returned from:
IM 6.9.3.7 Q16 Mac OSX
snibgo
Posts: 12159 Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK
Contact:
Post
by snibgo » 2016-03-29T11:07:07-07:00
With v6.9.2-5, I get output from %i in identify, but not convert. This looks like a bug in convert.
Examples:
Code: Select all
f:\web\im>%IM%identify -format %i rose:
ROSE
f:\web\im>%IM%identify -format %i \web\im\x.tiff
\web\im\x.tiff
f:\web\im>%IM%convert rose: -format %i info:
f:\web\im>%IM%convert \web\im\x.tiff -format %i info:
fmw42
Posts: 25562 Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA
Contact:
Post
by fmw42 » 2016-03-29T11:30:14-07:00
Thanks, snibgo. I should have tested identify also.
Users browsing this forum: No registered users and 22 guests