possible bug string format colorspace
Posted: 2010-05-11T15:33:04-07:00
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
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