potential bug -format colorspace does not work 6.5.4.0

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

potential bug -format colorspace does not work 6.5.4.0

Post by fmw42 »

see viewtopic.php?f=1&t=14098

I can verify IM 6.5.4.0 Q16 Mac OSX Tiger

convert rose: rose.png

identify -format "%[colorspace]" rose.png

nothing returned

convert rose.png -format "%[colorspace]" info:

nothing returned

(My two recent scripts, bcmatch and histmatch, also both use the string format "%[colorspace]" to extract that information)
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: potential bug -format colorspace does not work 6.5.4.0

Post by magick »

We have a patch for the problem you reported. Look for it sometime tomorrow in ImageMagick 6.5.4-1 Beta.
Post Reply