A Java port of CairoSVG — SVG 1.1 to PNG, PDF, PS and SVG converter

1 stars 3 forks 1 watchers Java GNU Lesser General Public License v3.0
2 Open Issues Need Help Last updated: Mar 3, 2026

Open Issues Need Help

View All on GitHub

AI Summary: This GitHub issue requests the addition of JPEG as an output format for JairoSVG, complementing existing PNG, PDF, PS, and SVG options. The feature is identified as a gap compared to EchoSVG. Implementation is expected to be straightforward, involving a new `JpegSurface` class, utilizing `ImageIO.write` with `TYPE_INT_RGB` for the `BufferedImage`, and adding corresponding methods to the `ConversionBuilder` and CLI options.

Complexity: 1/5
enhancement good first issue

A Java port of CairoSVG — SVG 1.1 to PNG, PDF, PS and SVG converter

Java
enhancement good first issue

A Java port of CairoSVG — SVG 1.1 to PNG, PDF, PS and SVG converter

Java