Does anybody knows some free or not free library for converting svg to raster image (preferably to png).
I see that there are ImageMagic, GraphicMagic, librsvg. But I can’t to figure out how to use them or are suitable to my issue. I need to do trasformation programmatically from my code.
The canonical library to render SVG is librsvg.
You may want to check that out.
try this link …
its very use full to you..