Skip to content

Instantly share code, notes, and snippets.

@nvictor
Created January 10, 2023 16:38
Show Gist options
  • Save nvictor/a30a071c99a30f7cb9997a4e9416ddab to your computer and use it in GitHub Desktop.
Save nvictor/a30a071c99a30f7cb9997a4e9416ddab to your computer and use it in GitHub Desktop.

Revisions

  1. nvictor created this gist Jan 10, 2023.
    5 changes: 5 additions & 0 deletions svg_to_png.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    # macos
    # brew install librsvg
    rsvg-convert file.svg file.png
    # With imagemagick
    convert file.svg file.png