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
possible bug string format colorspace
Re: possible bug string format colorspace
We can reproduce the problem you posted and have a a patch in ImageMagick 6.6.1-8 Beta available by sometime tomorrow. Thanks.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: possible bug string format colorspace
thanks this seems fixed in IM 6.6.1-9 Q16 Mac OSX Tiger