Automatically quickly convert svg to bitmap (e.g. png)

I am looking for a tool to convert svg to a bitmap (e.g. png) from a shell script (bash).

I am currently using inkscape --export-png=image.png --export-area-drawing image.svg, which works well, but is very slow.

Searching the Internet and SO only gives me libraries for this in some programming languages ​​(php, js, C #, ...). I could write myself a small program for this, but I would prefer an existing tool (except inkscape, since it is rather slow).

+3
source share
3 answers

Possible use librsvg2

All the details are here.

+3
source

ImageMagick , . , , SVG, , , InkScape, svg .

0

I want to export the whole package or parts of SVG files to PNG in different sizes, look at my inkmake tool .

0
source

All Articles