Skip to content

Instantly share code, notes, and snippets.

@raziele
Created February 4, 2019 21:56
Show Gist options
  • Save raziele/d9df715b78a6d4ef8d8481796dc50d79 to your computer and use it in GitHub Desktop.
Save raziele/d9df715b78a6d4ef8d8481796dc50d79 to your computer and use it in GitHub Desktop.
Convert SVG to PNG with transparent background
mogrify -path DESTINATION_PATH -background none -format png SOURCE_PATH/*.svg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment