Release: BatikServer 0.2.0
When online converting SVG-Documents to pixel based image formats like PNG, JPEG or PDF using Batik-Rasterizer of the Apache Batik-Project (http://xml.apache.org/batik) the Java-VM is loaded each time the program is called. This is time consuming and unnecessary.
BatikServer solves this problem. It is 3-6 times faster than calling Batik-Rasterizer for each SVG-Document seperatly because it is running constantly in the background.
BatikServer is multi-threaded so you can convert images in parallel.
Version 0.2.0 adds the possibility to read the configuration parameters from a config file.