Skip to content

Instantly share code, notes, and snippets.

@roman0x58
Created February 15, 2021 12:56
Show Gist options
  • Save roman0x58/e668a37ae101332e26aee1d964cc437f to your computer and use it in GitHub Desktop.
Save roman0x58/e668a37ae101332e26aee1d964cc437f to your computer and use it in GitHub Desktop.
change PNG color with imagemagick
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