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
SVG to PNG
Re: SVG to PNG
Can anyone help me in this regard,
Thanks,
Thanks,
Re: SVG to PNG
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
Hi,
We updated the library and its working fine now. thanks a lot for your support.
warm Regards,
Anand Krish
We updated the library and its working fine now. thanks a lot for your support.
warm Regards,
Anand Krish