Re: convert no longer respects -density?
[email protected] Sun, 20 Sep 2009 07:26:11 -0700
| Newsgroups | gmane.comp.video.image-magick.bugs |
|---|---|
| Message-ID | <[email protected]> |
> Convert seems to ignore the density setting entirely and always
We have
-> convert -verbose skew.svg skew.png
skew.svg SVG 400x120 400x120+0+0 16-bit DirectClass 1.47kb
skew.svg=>skew.png SVG 400x120 400x120+0+0 16-bit DirectClass 12kb
Now at 150DPI we get
-> convert -verbose -density 150 skew.svg skew.png
skew.svg SVG 833x249 833x249+0+0 16-bit DirectClass 1.47kb
skew.svg=>skew.png SVG 833x249 833x249+0+0 16-bit DirectClass 36kb
as expected. Does your version of ImageMagick include support for the RSVG
delegate library?
-> identify -list format
Format Module Mode Description
-----------------------------------------------------------------------------
A* RAW rw+ Raw alpha samples
...
SVG SVG rw+ Scalable Vector Graphics (RSVG 2.26.0)
SVGZ SVG rw+ Compressed Scalable Vector Graphics (RSVG 2.26.0)
...