possible bug string format colorspace

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

possible bug string format colorspace

Post by fmw42 »

IM 6.6.7-1 Q16 Mac OSX Tiger

Not sure why this is happening or if a bug.

convert logo: -format "%[colorspace]" info:
RGB

convert logo: -colorspace gray -format "%[colorspace]" info:
Graygray


Why is it Graygray and not just Gray?

Whereas

convert logo: -type grayscale -format "%[colorspace]" info:
Gray
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: possible bug string format colorspace

Post by magick »

We can reproduce the problem you posted and have a a patch in ImageMagick 6.6.1-8 Beta available by sometime tomorrow. Thanks.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: possible bug string format colorspace

Post by fmw42 »

thanks this seems fixed in IM 6.6.1-9 Q16 Mac OSX Tiger
Post Reply