Search found 4 matches

by yoones
2019-04-23T01:30:49-07:00
Forum: Bugs
Topic: ImageMagick 6 and 7 give different SVG size
Replies: 6
Views: 9777

Re: ImageMagick 6 and 7 give different SVG size

Upgrading to IM 7 fixed the problem. Thank you for the help!
by yoones
2019-04-22T01:00:55-07:00
Forum: Bugs
Topic: ImageMagick 6 and 7 give different SVG size
Replies: 6
Views: 9777

Re: ImageMagick 6 and 7 give different SVG size

IM can use different delegates for rasterizing SVG files. Which one did you use? If you have Inkscape on your system, ImageMagick will use that. Otherwise it might be the RSVG delegate or Imagemagick's own MSVG/XML delegate. Run convert -list format look at the end of the line for SVG. What does it...
by yoones
2019-04-21T06:12:14-07:00
Forum: Bugs
Topic: ImageMagick 6 and 7 give different SVG size
Replies: 6
Views: 9777

Re: ImageMagick 6 and 7 give different SVG size

From the SVG file, the correct size is 792x584 pixels. I don't know why your v6 gives the wrong size. What command did you use? What delegate rasterized the SVG (MVG, or RSVG, or Inkscape)? 1/ Command: `identify ./test/fixtures/files/icon.svg` 2/ I don't know how it got rasterized (it's a file I fo...
by yoones
2019-04-21T01:50:27-07:00
Forum: Bugs
Topic: ImageMagick 6 and 7 give different SVG size
Replies: 6
Views: 9777

ImageMagick 6 and 7 give different SVG size

Hi, I'm trying to understand why, for the same SVG file, I find two different sizes depending on the operating system/imagemagick version I use. File: https://github.com/rails/rails/blob/master/activestorage/test/fixtures/files/icon.svg With Debian 9.8/ImageMagick 6: Version: ImageMagick 6.9.7-4 Q16...