Apple - Are there any native tools for SVG conversion on OS X?

Try Gapplin. It works for me and creates PNG and JPG files from SVG. Simple and effective.

If you have a lot of SVG files to convert, ImageMagick is probably your best bet (available directly from imagemagick.org or via Homebrew).


You can do this with Inkscape:

/Applications/Inkscape.app/Contents/Resources/script --without-gui --export-png=raster-image.png  source-image.svg

To change output resolution you can set the DPI value:

/Applications/Inkscape.app/Contents/Resources/script --without-gui --export-png=raster-image.png --export-dpi=200  source-image.svg

Here are more command line options.


https://cloudconvert.org/svg-to-png - was fastest way for me.
it's not my site.