possible bug solarize IM 6.8.7.6 Q16 Mac OSX

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

possible bug solarize IM 6.8.7.6 Q16 Mac OSX

Post by fmw42 »

Compare the following 3 commands. The results show that only the first works correctly. The other two show that it does not matter if the png or jpg is used for either the intermediate or final result. Both are wrong.

convert -size 256x256 gradient: -rotate 90 -solarize 50% -level 0x50% grad_solarize50a.png
Image

convert -size 256x256 gradient: -rotate 90 grad.png
convert grad.png -solarize 50% -level 0x50% grad_solarize50b.png
Image

convert -size 256x256 gradient: -rotate 90 grad.jpg
convert grad.jpg -solarize 50% -level 0x50% grad_solarize50c.jpg
Image
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: possible bug solarize IM 6.8.7.6 Q16 Mac OSX

Post by magick »

We can reproduce the problem you posted and have a patch in ImageMagick 6.8.7-9 Beta available by sometime tomorrow. Thanks.
Post Reply