Created
February 15, 2021 12:56
-
-
Save roman0x58/e668a37ae101332e26aee1d964cc437f to your computer and use it in GitHub Desktop.
change PNG color with imagemagick
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
convert xxx.png -fuzz 75% -fill red -opaque white xxx_red.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment