Skip to content

Instantly share code, notes, and snippets.

@nathancrank
Created September 4, 2020 18:45
Show Gist options
  • Save nathancrank/efb761fae3062a0bb3058ec287a1490c to your computer and use it in GitHub Desktop.
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.
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