Created
January 14, 2021 02:09
-
-
Save SlappyAUS/969d46287ea44e801a0fd6294aa0060a to your computer and use it in GitHub Desktop.
SVG to PNG #graphics #convert #svg #png #rsvg
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 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