Install ImageMagick with RSVG lib:
brew remove imagemagick && brew install imagemagick --with-librsvg
Convert SVG to PNG:
convert infile.svg outfile.png
With additional options:
convert -background none -size 200x200 infile.svg outfile.png
Install ImageMagick with RSVG lib:
brew remove imagemagick && brew install imagemagick --with-librsvg
Convert SVG to PNG:
convert infile.svg outfile.png
With additional options:
convert -background none -size 200x200 infile.svg outfile.png
Please support this site and join our Discord!