Skip to content

Instantly share code, notes, and snippets.

@robmilward
Created April 18, 2019 15:07
Show Gist options
  • Select an option

  • Save robmilward/444b687f5bd74a8699b083063a34952b to your computer and use it in GitHub Desktop.

Select an option

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
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