possible bug %[colorspace] IM 6.8.8.7 Q16 Mac OSX
Posted: 2014-03-03T23:10:28-07:00
The string format %[colorspace] is not producing correct results for grayscale images.
and similarly
Note it was producing correct results (Gray) at IM 6.8.6.0 and changed somewhere after that but before IM 6.8.9.0
Code: Select all
convert rose: -colorspace gray roseg.png
convert roseg.png -format "%[colorspace]" info:
sRGB <---- should be Gray
Code: Select all
convert rose: -colorspace gray -gamma 2 roseg_gamma2.png
convert roseg_gamma2.png -format "%[colorspace]" info:
RGB <---- should be Gray
Note it was producing correct results (Gray) at IM 6.8.6.0 and changed somewhere after that but before IM 6.8.9.0