1
vote
2answers
65 views

SVG to bitmap converter that doesn't generate horrible bitmaps

I've been using Inkscape to generate PNG's from various SVG files. This works fine for larger images, but for smaller images (like icons), bitmaps appear grainy and extremely anti-aliased at the ...
11
votes
3answers
2k views

Should I Save Images Intended for the Web as PNG or SVG? [duplicate]

Possible Duplicate: What web graphics formats to use? When exporting out images intended for websites, should I save it as PNG (Transparent background) or a SVG? Why?