Convert SVG to PNG and then fit to square ?
Posted: 2013-10-05T09:22:37-07:00
Hi,
I search to do the following :
- convert a .svg to a .png
- fit the png to square dimension without deforming the image
is it possible ?
I can convert like this :
Now I want result png to fit square dimensions.
Thanks in advance for your help !
PS: I'm sorry for my english, I'm french
I search to do the following :
- convert a .svg to a .png
- fit the png to square dimension without deforming the image
is it possible ?
I can convert like this :
Code: Select all
convert -density 500 -background white file.svg file.png
Thanks in advance for your help !
PS: I'm sorry for my english, I'm french