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.
fmw42
Posts: 25562 Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA
Post
by fmw42 » 2017-04-06T20:29:35-07:00
Using IM 6.9.8.3 Q16 this works fine to change only the red channel:
Code: Select all
convert logo: -channel r -fill "gray(200)" -opaque "gray(255)" +channel tmp.png
But the same fails in IM 7.0.5.4 Q16 --- it seems to affect all channels:
Code: Select all
magick logo: -channel r -fill "gray(200)" -opaque "gray(255)" +channel tmp.png
Mac OSX SnowLeopard
(Workaround is to separate channels, process, then combine. But should not IM 7 work the same as IM 6 in this case?)
snibgo
Posts: 12159 Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK
Post
by snibgo » 2017-04-07T00:32:12-07:00
Confirmed using v6.9.5-3 and v7.0.3-5 on Windows 8.1.
fmw42
Posts: 25562 Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA
Post
by fmw42 » 2017-05-08T12:33:27-07:00
This issue seems to be fixed in the latest beta as of today. (6.9.8.5 and 7.0.5.6)