SVG resolution handling broken?
Posted: 2010-05-23T20:09:54-07:00
I think the SVG resolution handling has broken.
this should get me three different sized (and background) images
now I just get the same size!
home.svg can be downloaded from
http://www.imagemagick.org/Usage/draw/home.svg
(saved from the Icons generator used in an old Fedora linux distribution)
this should get me three different sized (and background) images
Code: Select all
convert -density 36 home.svg mome_1.gif
convert -background skyblue home.svg home_2.gif
convert -density 144 -background none home.svg home_3.png
home.svg can be downloaded from
http://www.imagemagick.org/Usage/draw/home.svg
(saved from the Icons generator used in an old Fedora linux distribution)