Created
January 10, 2023 16:38
-
-
Save nvictor/a30a071c99a30f7cb9997a4e9416ddab to your computer and use it in GitHub Desktop.
svg_to_png.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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