up vote 1 down vote favorite
share [g+] share [fb]

This might not seem to be strictly programming related question, but i am looking for this for sometime now without any success hence asked here.

Is there any image processing tool to convert *.svg files(Scalable vector graphics) files to any other common/widely used image format such as jpeg/gif/bmp etc..

I have a svg file which i need to edit. without knowing or editing the XML like markup commands which were used to make this svg in firs place.

Thank you.

-AD.

link|improve this question

59% accept rate
feedback

6 Answers

up vote 4 down vote accepted

ImageMagick works everywhere and with (practically) every format.

link|improve this answer
feedback

When it comes to image conversion there's definitely one absolute answer: ImageMagick. Take a look at their docs.

link|improve this answer
feedback

Apache Batik is one Java library for this task, particularly the transcoder API.

If you prefer a tool to a library, Inkscape has a batch export feature.

link|improve this answer
feedback

Have you tried Inkscape?

link|improve this answer
feedback

Inkscape is cool for this, Batik, too, but ImageMagick won't work on Windows, if you don't do some magic (haha) and tell it where GhostScript lives.

Alternatives are Adobe Illustrator (they still have almost complete SVG support) or GIMP (yes, it can import SVGs), the latter, if you want raster graphics.

Cheers,

link|improve this answer
feedback

Me I use Wamalaka SVG Converter to convert any SVG file image to others formats(PNG, JPG, BMP, TIFF, GIF...)

link|improve this answer
1  
If this is software you have produced, it would be polite to say so. – Bo Persson Jan 22 at 17:02
feedback

Your Answer

 
or
required, but never shown

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