Created
June 23, 2018 12:57
-
-
Save agatawitkowska/406a8d8944123e48bd83643c5e441ece to your computer and use it in GitHub Desktop.
Convert all SVG files in the folder to PNG
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
FOR %%A IN (*.svg) DO inkscape --without-gui --file="%%A" --export-dpi=300 --export-png="%%A.png" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment