Skip to content

Instantly share code, notes, and snippets.

@epcim
Created March 5, 2018 08:51
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 epcim/0ba68f72d318b8c9309a601d177dac82 to your computer and use it in GitHub Desktop.
Save epcim/0ba68f72d318b8c9309a601d177dac82 to your computer and use it in GitHub Desktop.
transparent image background imagemagic cli convert
transparentbg() { convert "$1" -fuzz 2% -transparent white "$2" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment