Skip to content

Instantly share code, notes, and snippets.

@s-mage
Last active February 14, 2018 15:00
Show Gist options
  • Save s-mage/bfc2fd2e2ce24e3bf9f7aecd33d82e33 to your computer and use it in GitHub Desktop.
Save s-mage/bfc2fd2e2ce24e3bf9f7aecd33d82e33 to your computer and use it in GitHub Desktop.
Imagemagick tricks
# change white to transparent
convert old.png -fuzz 20% -transparent white new.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment