Skip to content

Instantly share code, notes, and snippets.

@arempe93
Created January 31, 2017 19:52
Show Gist options
  • Save arempe93/90f6ff70e6647b82c006e3565c8fb31f to your computer and use it in GitHub Desktop.
Save arempe93/90f6ff70e6647b82c006e3565c8fb31f to your computer and use it in GitHub Desktop.
ImageMagick Greyscale to Black Alpha
convert greyscale.png -set colorspace gray \
-negate -background black -alpha shape -background black -alpha background \
PNG32:black_with_alpha.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment