Skip to content

Instantly share code, notes, and snippets.

@db0company
Created March 1, 2016 03:04
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 db0company/3e8937c1fcb1295c6b13 to your computer and use it in GitHub Desktop.
Save db0company/3e8937c1fcb1295c6b13 to your computer and use it in GitHub Desktop.
Turn a white background into a transparent background
convert image.png -bordercolor white -border 1x1 -alpha set -channel RGBA -fuzz 20% -fill none -floodfill +0+0 white -shave 1x1 image.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment