Search found 1 match

by joris
2013-10-05T09:22:37-07:00
Forum: Users
Topic: Convert SVG to PNG and then fit to square ?
Replies: 1
Views: 1484

Convert SVG to PNG and then fit to square ?

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 : convert -density 500 -background white file.svg file.png Now I want result png to fit square dimensions. Thanks in advance for your ...