Convert SVG to PNG icons on Mac
Install librsvg:
brew install librsvg
Then run:
rsvg-convert -h 32 icon.svg > icon-32.png
Convert all files in folder:
for i in *.svg ; do rsvg-convert -h 32 "$i"> "$i".png ; done
Install librsvg:
brew install librsvg
Then run:
rsvg-convert -h 32 icon.svg > icon-32.png
Convert all files in folder:
for i in *.svg ; do rsvg-convert -h 32 "$i"> "$i".png ; done
--
https://alexadam.dev/
Love podcasts or audiobooks? Learn on the go with our new app.