Skip to content

Instantly share code, notes, and snippets.

@mittenchops
Created August 7, 2013 22:01
Show Gist options
  • Save mittenchops/6179209 to your computer and use it in GitHub Desktop.
Save mittenchops/6179209 to your computer and use it in GitHub Desktop.
For each SVG in a directory, makes a faithful PNG copy.
for i in *.svg; do inkscape -f "$i" -e "$i.png"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment