{"categories":[{"label":"Graphics","url":"https://skillfed.io/packages/category/multimedia-graphics"}],"enrichment":{"capability":"Converts SVG documents to raster image bytes using the resvg rendering engine through a high-level Python interface.","skillfed_tags":["svg-rendering","image-conversion"],"use_cases":["Convert dynamically generated SVG graphics to image bytes for web display or storage.","Batch-render SVG documents to images as part of a document processing pipeline.","Generate raster thumbnails or previews from vector graphics in a Python application.","Embed SVG-to-image conversion in a headless service or API endpoint."],"what_it_does":"resvg_py is a Python binding for the resvg SVG rendering library, written in Rust. It takes SVG documents as strings and converts them to raster image bytes. The package requires Python 3.10 or higher and provides a straightforward API: pass an SVG string to svg_to_bytes() and receive rendered image data. It has no runtime dependencies beyond the compiled resvg engine bundled in the wheel.\n\nThe package is designed for developers who need to programmatically render SVG to raster images in Python without managing external rendering tools. It exposes most of resvg's capabilities through a high-level interface, making it suitable for both simple conversions and more complex use cases via its full API.","worth_installing":"Yes, if you need SVG-to-raster conversion in Python and can work with Python 3.10 or higher. The package is actively maintained, has no external runtime dependencies, and offers prebuilt wheels for most platforms. The main caveat is that the license is not declared in metadata\u2014verify it aligns with your project before production use."},"id":"resvg-py","links":{"html":"https://skillfed.io/packages/resvg-py","md":"https://skillfed.io/packages/resvg-py.md","pypi":"https://pypi.org/project/resvg-py/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-12","license_spdx":null,"license_treatment":"unclear","name":"resvg_py","python_support":"supports_current","summary":null},"popularity":{"monthly_downloads":872750,"position":4843,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.4.0"}
