I would like to change a single color with Python.
If a fast solution with PIL exists, I would prefer this solution.
At the moment, I use
convert -background black -opaque '#939393' MyImage.png MyImage.png
I would like to change a single color with Python.
If a fast solution with PIL exists, I would prefer this solution.
At the moment, I use
convert -background black -opaque '#939393' MyImage.png MyImage.png