Created
February 4, 2019 21:56
-
-
Save raziele/d9df715b78a6d4ef8d8481796dc50d79 to your computer and use it in GitHub Desktop.
Convert SVG to PNG with transparent background
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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