Skip to content

Instantly share code, notes, and snippets.

@mattlogan
Created February 26, 2015 22:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattlogan/918f75597dd50a20d936 to your computer and use it in GitHub Desktop.
Save mattlogan/918f75597dd50a20d936 to your computer and use it in GitHub Desktop.
Change image color
convert image.png -fuzz 50% -opaque black -fill white imageout.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment