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).
source
share