Skip to content

Instantly share code, notes, and snippets.

@eisenjulian
Created December 30, 2016 19:28
Show Gist options
  • Save eisenjulian/e92d2b21aa36f0831d82422268277a1c to your computer and use it in GitHub Desktop.
Save eisenjulian/e92d2b21aa36f0831d82422268277a1c to your computer and use it in GitHub Desktop.
# Bash script to make png images from svgs
mogrify -format png -size 400x400 -extent 764x400 -gravity center *.svg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment