Skip to content

Instantly share code, notes, and snippets.

@nvictor
Created January 10, 2023 16:38
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 nvictor/a30a071c99a30f7cb9997a4e9416ddab to your computer and use it in GitHub Desktop.
Save nvictor/a30a071c99a30f7cb9997a4e9416ddab to your computer and use it in GitHub Desktop.
svg_to_png.sh
# macos
# brew install librsvg
rsvg-convert file.svg file.png
# With imagemagick
convert file.svg file.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment