When I use the -fill option to replace all of the color by anotherCode: Select all
convert 1.png -fill red -opaque black 2.png
How do I convert all of the pixels of that color, so that a partially transparent black pixel becomes a partially transparent red pixel.
This has to be a common requirement, but Google hasn't found anything for me.
TIA,
R