[resolved] possible bug IM 7.0.5.5 Q16 -fill ... +opaque
Posted: 2017-04-30T12:12:30-07:00
With reference to viewtopic.php?f=1&t=31861#p145680.
Input:
Using IM 6.9.8.4 Q16 I can change everything but pure black to white using:
But using IM 7.0.5.5 Q16, it does not work on all channels. Only the red channel seems changed.
Perhaps this is an issue of starting with a 3 channel image and resulting in an image that has only black and white and thus would be a single channel result.
Input:
Using IM 6.9.8.4 Q16 I can change everything but pure black to white using:
Code: Select all
convert Capture.png -alpha off -fill "#FFFFFF" +opaque "#000000" Capture6.png
But using IM 7.0.5.5 Q16, it does not work on all channels. Only the red channel seems changed.
Code: Select all
magick Capture.png -alpha off -fill "#FFFFFF" +opaque "#000000" Capture7.png
Perhaps this is an issue of starting with a 3 channel image and resulting in an image that has only black and white and thus would be a single channel result.