Page 1 of 1

[Closed] possible bug reporting grayscale pixel: values

Posted: 2018-07-13T16:34:08-07:00
by fmw42
IM 6.9.10.6 and IM 7.0.8.6 Mac OSX Sierra.

IM 6 is reporting lineargray when it should be reporting non-liner gray. IM 7 is doing it properly. This has been happening for at least a few releases, now.

Code: Select all

convert rose: -colorspace HSI -channel b -separate +channel -scale 1x1 -format "%[pixel:u.p{0,0}]\n" info:
lineargray(105)

Code: Select all

magick rose: -colorspace HSI -channel b -separate +channel -scale 1x1 -format "%[pixel:u.p{0,0}]\n" info:
gray(105)

Re: possible bug reporting grayscale pixel: values

Posted: 2018-07-30T16:49:47-07:00
by fmw42
This seems to be fixed as of 6.9.10.7 and 7.0.8.7. Thanks