Created
April 18, 2019 15:07
-
-
Save robmilward/444b687f5bd74a8699b083063a34952b to your computer and use it in GitHub Desktop.
[Remove Image Alpha Channel] Remove an images alpha channel utilising `convert` #cli #image #alpha
This file contains hidden or 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 icon.png -alpha off icon.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment