It’s a simple utility to convert SVG images to PNG via Apache Batik.
This is currently used for custom drawing via jArchi scripts (Humane Image scripts). For general purposes, it’s probably better to integrate Apache Batik directly in your projects.
- A Java development kit installed (JDK 7+)
- Apache Maven for the build
It is built using standard Apache Maven commands at the root of the project.
mvn package
A fat jar will be created at target/svgtopng.lib.jar
, relative to the project root folder.