Last active
February 14, 2018 15:00
-
-
Save s-mage/bfc2fd2e2ce24e3bf9f7aecd33d82e33 to your computer and use it in GitHub Desktop.
Imagemagick tricks
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
# 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