You can run Inkscape in "shell" mode by passing "--shell" and then sending commands to it over a pipe. This means the startup time only happens once. I use it quite successfully to run regression tests for matplotlib.
Cheers, Mike
On 08/04/2011 08:50 AM, Laurent wrote:
Hi,
I use Inkscape on a GNU/Linux server with no graphical user interface in order to convert "large" SVG files generated by a software of mine to PNG. Actually Inskcape is the only software I've found that is able to manage the SVG TextPath correctly, even imageMagick does not process TextPath. I would like to know if some of you know a way to speed up the loading process of Inkscape (I believe it loads tons of things even if it's used to "only" convert files in command line) or if some of you know another software able to convert SVG files containing TextPaths quicker than Inkscape....
Any idea ? Thank you