[resolved] possible bug -channel IM 7
Posted: 2017-04-06T20:29:35-07:00
Using IM 6.9.8.3 Q16 this works fine to change only the red channel:
But the same fails in IM 7.0.5.4 Q16 --- it seems to affect all channels:
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?)
Code: Select all
convert logo: -channel r -fill "gray(200)" -opaque "gray(255)" +channel tmp.png
Code: Select all
magick logo: -channel r -fill "gray(200)" -opaque "gray(255)" +channel tmp.png
(Workaround is to separate channels, process, then combine. But should not IM 7 work the same as IM 6 in this case?)