Skip to content

Instantly share code, notes, and snippets.

@cmbuckley
Last active September 5, 2018 14:56
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 cmbuckley/783d0b9bff1a35b74d13a25eb75150b7 to your computer and use it in GitHub Desktop.
Save cmbuckley/783d0b9bff1a35b74d13a25eb75150b7 to your computer and use it in GitHub Desktop.
ImageMagick convert black-on-white to black-on-transparent
convert input.png \( +clone -negate \) -alpha off -compose Copy_Opacity -composite output.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment