lunasvg

SVG rendering and manipulation library for C++ applications

brewmacoslinux
Try with needOr install directly
Source

About

SVG rendering and manipulation library in C++

Commands

lunasvg

Examples

Render SVG file to PNG image$ lunasvg input.svg -o output.png
Render SVG with specific width and height$ lunasvg input.svg -o output.png -w 800 -h 600
Convert SVG to different format with scaling$ lunasvg input.svg -o output.jpg -s 2.0