Skip to content

Instantly share code, notes, and snippets.

@fikr4n
Created February 28, 2019 06:06
Show Gist options
  • Save fikr4n/6c642cd09628d04065441fed06efa080 to your computer and use it in GitHub Desktop.
Save fikr4n/6c642cd09628d04065441fed06efa080 to your computer and use it in GitHub Desktop.
Convert color to alpha with ImageMagick
convert input.jpg -fuzz 20% -transparent white output.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment