Created
September 4, 2020 18:45
-
-
Save nathancrank/efb761fae3062a0bb3058ec287a1490c to your computer and use it in GitHub Desktop.
On a Mac, use qlmanage, the tool that creates quicklook previews, to convert all .svg files in the current folder to .png files.
This file contains hidden or 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
find . | xargs qlmanage -t -s 1024 -o . $1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment