Serious issues with SVG files handling
Posted: 2008-09-08T02:14:35-07:00
Hello.
I'm experiencing huge problems with SVG files.
First of all, some infos on my actual versions (btw, i tried also with the very latest one, and all the issues are exactly the same)
Any hint on how to fix this? What's causing the "Must specify image size" error?
BTW, if needed, this is one of the SVGs i'm trying with:
http://designer.realtimedesigner.com/im ... s/7077.svg
Thank you in advance.
I'm experiencing huge problems with SVG files.
First of all, some infos on my actual versions (btw, i tried also with the very latest one, and all the issues are exactly the same)
Now, here's the main issue. A simple SVG => PNG conversion like this gives this output:convert --version
Version: ImageMagick 6.4.2 08/02/08 Q16 OpenMP http://www.imagemagick.org
Copyright: Copyright (C) 1999-2008 ImageMagick Studio LLC
convert -list format | grep SVG
MSVG SVG rw+ ImageMagick's own SVG internal renderer
SVG SVG rw+ Scalable Vector Graphics (XML 2.6.32)
SVGZ SVG rw+ Compressed Scalable Vector Graphics (XML 2.6.32)
The very same thing happens also when using identify, which i use to determine the SVG file size for a given DPI:convert +antialias test.svg test.png
convert: Must specify image size `/tmp/magick-XXvlzGaK'.
convert: missing an image filename `test.png'.
But, if i try those very same commands using the old IM 6.3.7-3 all is fine, convert works and identify returns fine outputs.identify --verbose test.svg
identify: Must specify image size `/tmp/magick-XXQCCupc'.
identify +antialias -density 72 -format "%w %h" test.svg
identify: Must specify image size `/tmp/magick-XXCob8xA'.
Any hint on how to fix this? What's causing the "Must specify image size" error?
BTW, if needed, this is one of the SVGs i'm trying with:
http://designer.realtimedesigner.com/im ... s/7077.svg
Thank you in advance.