Does anybody know a good solution (preferably in python) for rasterizing
SVG or other vector graphics.

I'm thinking something like

vector_image = SVGFile(path_to_image)
raster_image = vector_image.rasterize(format, (width, height), dpi)
raster_image.write(out_file)

Thanks for any pointers you might have.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to