Open Issues Need Help
View All on GitHub Add JPEG output format support 19 days ago
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
Add TIFF output format support 19 days ago
enhancement good first issue