Skip to content

Instantly share code, notes, and snippets.

@devhero
Created May 11, 2018 10:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devhero/b8186492e69f417c7a5ddcca58e27df7 to your computer and use it in GitHub Desktop.
Save devhero/b8186492e69f417c7a5ddcca58e27df7 to your computer and use it in GitHub Desktop.
image conversion svg to png
rsvg-convert img.svg > img.png
rsvg-convert -h 256 img.svg > img.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment