Change one color to another in an image
11. 1. 2025A fodler full of bmp images that have the ‘wrong’ version of red, that is 880015 and i’d like the red to be ff0000.
mogrify -fuzz 10% -fill "#ff0000" -opaque "#880015" *.bmp
Note: mogrify will overwrite the originals, so work on a copy. Only tested on NON-antialiased images where colors are pure.