Skip to content

Instantly share code, notes, and snippets.

@alepez
Created December 3, 2013 11:17
Show Gist options
  • Save alepez/7767581 to your computer and use it in GitHub Desktop.
Save alepez/7767581 to your computer and use it in GitHub Desktop.
To make the black pixels transparent and keeps the white pixels as they are, run this command:
convert source.png -alpha copy -fx '#fff' result.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment