Page 1 of 1

SVG to PNG

Posted: 2009-11-18T07:25:27-07:00
by Anandkv
Hi All,

I am using the imagemagick convert command to convert the SVG vector graphic image to PNG image. Everything is working fine but i am having an issue with a SVG file. Not sure whether the problem is with the SVG or with the command i am using.

Convert Command: 'convert -density 300 -background none butterfly.svg butterfly.png'

SVG File: http://newtoybox.com/butterfly.svg
Output PNG file: http://newtoybox.com/butterfly.png

Expected PNG file : http://newtoybox.com/butterfly_expected_image.png. (SVG file opened fine in illustrator).

Please help me in this regard,

Cheers!!!
Anand Krish

Re: SVG to PNG

Posted: 2009-11-19T06:49:19-07:00
by Anandkv
Can anyone help me in this regard,

Thanks,

Re: SVG to PNG

Posted: 2009-11-19T07:06:43-07:00
by magick
Your SVG image rendered properly for us. We're using ImageMagick 6.5.7-8 with support for the RSVG delegate library. Identify -list format returns:
  • SVG SVG rw+ Scalable Vector Graphics (RSVG 2.26.0)

Re: SVG to PNG

Posted: 2009-11-20T10:55:11-07:00
by Anandkv
Hi,

We updated the library and its working fine now. thanks a lot for your support.

warm Regards,
Anand Krish