Skip to content

Instantly share code, notes, and snippets.

@ethanpil
Created August 14, 2023 23:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ethanpil/621cbd8a13e2eb0e5baa6a07d8cfccaa to your computer and use it in GitHub Desktop.
Save ethanpil/621cbd8a13e2eb0e5baa6a07d8cfccaa to your computer and use it in GitHub Desktop.
Imagemagic convert transparent png to white background
convert image.png -background white -alpha remove -alpha off new-image.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment