We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this questionIs there some Java library for converting .svg to .png or .jpg at code ? Does anybody have experience with this ?
Check out Batik, which has an Apache license.
Specifically, you should take a look at the Batik Rasterizer.
Here are the associated JavaDocs for manipulating it at the code level:
- http://xmlgraphics.apache.org/batik/javadoc/
- http://xmlgraphics.apache.org/batik/javadoc/org/apache/batik/apps/rasterizer/package-frame.html
精彩评论