Page 1 of 1

Getting a area of big svg-image

Posted: 2008-12-22T12:12:33-07:00
by Rondmeo
There is a large (complex) svg-file (600KB). You want to make jpg-image area (x, y, w, h) svg-file, that size could be around 10 000 px. With the standart size everything (-size -region) the system hangs.

Re: Getting a area of big svg-image

Posted: 2008-12-22T13:01:44-07:00
by magick
We would need to reproduce the problem to comment. Which version of ImageMagick? Where operating system? What is your ImageMagick command line? Post a URL to your SVG so we can download it and reproduce the problem.

Re: Getting a area of big svg-image

Posted: 2008-12-22T16:31:23-07:00
by Rondmeo
Script http://bmk21-ru.1gb.ru/test/r.php

Code:

Code: Select all

<?php
exec('convert -size 1500 map.svg test.jpg');
?>
<img src="test.jpg"  
alt="can't create image" >
svg-file: http://bmk21-ru.1gb.ru/test/map.svg

Re: Getting a area of big svg-image

Posted: 2008-12-27T19:35:55-07:00
by magick
Your SVG image rendered rapidly for us without complaint. We're using ImageMagick 6.4.8-2 and RSVG 2.22.3.