Created
January 31, 2017 19:52
-
-
Save arempe93/90f6ff70e6647b82c006e3565c8fb31f to your computer and use it in GitHub Desktop.
ImageMagick Greyscale to Black Alpha
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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