[Closed] possible bug reporting grayscale pixel: values

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

[Closed] possible bug reporting grayscale pixel: values

Post 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)
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: possible bug reporting grayscale pixel: values

Post by fmw42 »

This seems to be fixed as of 6.9.10.7 and 7.0.8.7. Thanks
Post Reply