Skip to content

Instantly share code, notes, and snippets.

@ronknight
Created May 20, 2024 22:39
Show Gist options
  • Save ronknight/20043c2d3d502e2031f3030508394a57 to your computer and use it in GitHub Desktop.
Save ronknight/20043c2d3d502e2031f3030508394a57 to your computer and use it in GitHub Desktop.
convert png with white background to png tranparent background
"C:\Program Files\ImageMagick-7.1.1-Q16-HDRI\magick.exe" convert -quiet -background none -flatten -transparent white 4sgmlogo.png 4sgmlogo.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment