[FIXED] possible bug %[version] IM 6.7.6.10 beta Q16

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

[FIXED] possible bug %[version] IM 6.7.6.10 beta Q16

Post by fmw42 »

IM 6.7.6.10 beta Q16 Mac OSX Snow Leopard.

This does not seem to work as per http://www.imagemagick.org/script/escape.php:

convert xc: -format "%[version]" info:
convert: unknown image property "%[version]" @ warning/property.c/InterpretImageProperties/3225.
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: possible bug %[version] IM 6.7.6.10 beta Q16

Post by anthony »

Already fixed and committed to SVN! Discovered it myself this morning.
Stupid program mistake.


Also fixed the %c %l producing an error instead of empty string when undefined.

Note this means that if a image has no label %l produces an empty string while %[label] produces a undefined warning (not an error that it typically fatal, but a warning.
Same goes for %c and %[comment].

This is intentional, and I have a note to update documentation about this.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply