I am trying to use the Batik library source, I only want to use the transcoder to convert SVG files to PNG or JPEG only. The distribution version of the Batik Rasterizer is about 55k but when I export the jar file its 7 megs. Can I just use the transcoder and not all the jars in the library? I am loading the jar files in Coldfusion. would it make more sense to just use the distribution version?
Can I use only the Transcoder of the Batik library without all other Batik code and dependencies?
1.3k Views Asked by Jesse At
2
There are 2 best solutions below
2

Not exactly sure what you want to accomplish, but ProGuard will let you filter classes in jars that aren't used by your code.
This is the dependency tree for
batik-transcoder
1.6-1 usingmvn dependency:tree -Dverbose
:If you use maven you could set some dependencies to
<scope>provided</scope>
For example I could exlude these without problems, which saved me ca. 1.6MB:
It seems that these are the biggest dependencies: