Skip to content

Instantly share code, notes, and snippets.

@adityaiitb
Last active July 25, 2020 22:39
Show Gist options
  • Save adityaiitb/83e8fd046b51dc29f1a0684669a4d82f to your computer and use it in GitHub Desktop.
Save adityaiitb/83e8fd046b51dc29f1a0684669a4d82f to your computer and use it in GitHub Desktop.
Convert svg to png without loss of resolution

Use rsvg

rsvg -w 1024 -h 1024 infile.svg outfile.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment