Skip to content

Instantly share code, notes, and snippets.

@byteface
Created May 15, 2016 11:45
Show Gist options
  • Save byteface/308ae355ff2bd2fefa8f5a23ecad891f to your computer and use it in GitHub Desktop.
Save byteface/308ae355ff2bd2fefa8f5a23ecad891f to your computer and use it in GitHub Desktop.
image magic flatten png to white background
convert -quality 90 -resize 150x -background white -flatten -alpha remove some.png some.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment