Skip to content

Instantly share code, notes, and snippets.

@agatawitkowska
Created June 23, 2018 12:57
Show Gist options
  • Save agatawitkowska/406a8d8944123e48bd83643c5e441ece to your computer and use it in GitHub Desktop.
Save agatawitkowska/406a8d8944123e48bd83643c5e441ece to your computer and use it in GitHub Desktop.
Convert all SVG files in the folder to PNG
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