Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
I'm using ImageMagick-6.5.4.7-6.el6_2.x86_64, which is the latest package I can get with yum. The OS is Redhat 2.6.32-220.17.1.el6.x86_64. The problem I'm facing is that when I convert a SVG to a PNG or JPG, the image is offset. For instance, I'll get just the top left corner. Here are the SVG and PNG to compare:
The current version of ImageMagick (6.7.7-2) produces correct output. I'm not positioned to test old versions with SVG conveniently, but I guess that the +repage option might work with your version.
glennrp wrote:The current version of ImageMagick (6.7.7-2) produces correct output. I'm not positioned to test old versions with SVG conveniently, but I guess that the +repage option might work with your version.
I tried with both IM 6.7.7.2 and IM 6.7.4.10 and they both fail to show the whole image. They both show only a small portion (464x210) whether or not I add -size 640x480. +repage does nothing either.
I am on Mac OSX Snow Leopard. Using RSVG 2.34.2
This however does work correctly using the internal SVG.
convert -size 640x480 MSVG:sketch.svg sketch.png
Seems to be a bug with either RSVG or IM's use of RSVG.
glennrp wrote:The current version of ImageMagick (6.7.7-2) produces correct output. I'm not positioned to test old versions with SVG conveniently, but I guess that the +repage option might work with your version.
I tried with both IM 6.7.7.2 and IM 6.7.4.10 and they both fail to show the whole image. They both show only a small portion (464x210) whether or not I add -size 640x480. +repage does nothing either.
I am on Mac OSX Snow Leopard. Using RSVG 2.34.2
This however does work correctly using the internal SVG.
convert -size 640x480 MSVG:sketch.svg sketch.png
Seems to be a bug with either RSVG or IM's use of RSVG.