Confirmed that it works once again on OS X, using 6.7.7-2_0+q16+rsvg.
Thanks!
Search found 6 matches
- 2012-06-07T12:39:19-07:00
- Forum: Bugs
- Topic: convert -density XXX foo.svg foo.png: geometry unchanged
- Replies: 10
- Views: 32679
- 2012-05-24T11:31:01-07:00
- Forum: Bugs
- Topic: convert -density XXX foo.svg foo.png: geometry unchanged
- Replies: 10
- Views: 32679
Re: convert -density XXX foo.svg foo.png: geometry unchanged
Wow, that was fast. Thanks!
- 2012-05-23T15:55:45-07:00
- Forum: Bugs
- Topic: convert -density XXX foo.svg foo.png: geometry unchanged
- Replies: 10
- Views: 32679
convert -density XXX foo.svg foo.png: geometry unchanged
-density doesn't change the image geometry anymore, which means I can't use ImageMagick to make large PNGs from SVGs without getting blurry images. I occasionally use ImageMagick in a script to generate PNGs from SVGs. Here's a sample command: convert -density 144 -background none googly-facebook ...
- 2012-05-23T15:22:51-07:00
- Forum: Users
- Topic: Imagemagick -density stopped working
- Replies: 12
- Views: 20849
Re: Imagemagick -density stopped working
I used: convert -density 144 -background none googly-facebook.svg googly-facebook.png Under the old ImageMagick (whatever version I was using on March 20, 2012), that gave me this image: http://dl.dropbox.com/u/1642535/Bugs/imagemagick-density-broke/googly-facebook-old.png Now, it gives me this ...
- 2012-05-23T14:49:22-07:00
- Forum: Users
- Topic: Imagemagick -density stopped working
- Replies: 12
- Views: 20849
Re: Imagemagick -density stopped working
Thanks for the help! My results match yours, but as far as I can tell, `convert -density 144 foo.svg foo.png`, where foo.svg is nominally 360 px by 360 px, used to give me a nice, sharp image with geometry of 720x720 pixels. (I've ran `identify -verbose googly-github.png` to check). What options ...
- 2012-05-22T14:42:52-07:00
- Forum: Users
- Topic: Imagemagick -density stopped working
- Replies: 12
- Views: 20849
Re: Imagemagick -density stopped working
I'm having the same problem as the OP. $ convert -list configure | grep "DELEGATES.*rsvg" DELEGATES bzlib fontconfig freetype gs jpeg jng lcms2 lzma png rsvg tiff x11 xml zlib $ convert -list format | grep SVG MSVG SVG rw+ ImageMagick's own SVG internal renderer SVG SVG rw+ Scalable Vector Graphics ...