A library to convert svg to images?

Ashwin picture Ashwin · Sep 13, 2011 · Viewed 11.3k times · Source

I am looking for a library written either in C or C++ which can convert the svg to image formats.

I came across inkscape which converts svg to images. but to use this I must run inkscape as a process and this not the solution I am after.

I need the library to run on both Windows and Linux as well.

I am after a C or C++ library. If it was with Java I would have used Apache's Batik rasterizer.

Answer

cyco130 picture cyco130 · Sep 13, 2011

The canonical library to render SVG is librsvg. You may want to check that out.