how to convert .svg image to .png?

29,765

Solution 1

  • With GIMP, open the SVG, then use the Export action from the File menu (or press CtrlE):

    IMG:

  • Select PNG from the drop down menu or the Select File Type list:

    enter image description here

  • Select appropriate settings and export:

    enter image description here

Solution 2

You could install Inkscape, open your SVG file in it, do your edits, and use the File > Export PNG image... option (Shift + Control + e) to do the conversion.

This is my standard procedure, and it works flawlessly. How well it works for you might depend in the source for your SVG, but certainly worth trying.

It should be possible to do this with Image Magick, as noted in another Q&A, but I always find that a bit trickier to control, and there's a bit of a learning curve there. It also appears that the "Converseen" front-end hasn't been updated for Ubuntu 14+, and its website has issues (so far as I can see).

Share:
29,765

Related videos on Youtube

BlackSova
Author by

BlackSova

Updated on September 18, 2022

Comments

  • BlackSova
    BlackSova over 1 year

    I would like to change the color of some SVG pictures and then save them as PNG images. I have installed GIMP. I am running Ubuntu 14.04.

    How can I do that?

  • Dɑvïd
    Dɑvïd over 8 years
    I wouldn't be confident using the GIMP to edit an SVG, though (as per OP's request).
  • muru
    muru over 8 years
    I wouldn't use it to edit SVGs either, but it can convert well enough. And then edit the converted images.