I need to render SVG files to other file formats (.png, for example.) What's a good application for performing that render or conversion?

Specifically, I need an application that runs on Windows.
I'd welcome suggestions for other platforms, as well.

link|improve this question
feedback

4 Answers

up vote 10 down vote accepted

Inkscape can export SVG to bitmap formats.

link|improve this answer
2  
Agreed, Inkscape is a great choice for this. Specifically, you'll need to open the .svg file, go to File -> Export Bitmap (or hit Ctrl+Shift+E), select your options, and click Export. – tnorthcutt Aug 28 '09 at 15:14
You can also rasterize SVG to PNG from the command line, and the results are nicer looking than Batik too. – teabot Aug 28 '09 at 15:22
feedback

If you're on Linux (Ubuntu) use: rsvg-convert

link|improve this answer
feedback

The industry standard vector app is Adobe Illustrator. It's pricy, but robust and stuffed with pro grade features.

link|improve this answer
You don't need illustrator to render an svg. – UncleNinja Jan 25 at 2:09
feedback

GIMP or Inkscape are usually very good at converting SVG to other formats.

Opening the SVG file in GIMP will cause it to ask you what size (resolution) to treat the file as to convert to a bitmap style image. You can then save it as you like.

Inkscape is a Vector editor, from which you can export to a plethora of formats. Open the file then select File > Export Bitmap.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.