Skip to content

Instantly share code, notes, and snippets.

@SlappyAUS
Created January 14, 2021 02:09
Show Gist options
  • Save SlappyAUS/969d46287ea44e801a0fd6294aa0060a to your computer and use it in GitHub Desktop.
Save SlappyAUS/969d46287ea44e801a0fd6294aa0060a to your computer and use it in GitHub Desktop.
SVG to PNG #graphics #convert #svg #png #rsvg
for i in *.svg ; do rsvg-convert -d 500 -w 300 "$i"> "$i".png ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment