Getting a area of big svg-image
Getting a area of big svg-image
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
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
Script http://bmk21-ru.1gb.ru/test/r.php
Code:
svg-file: http://bmk21-ru.1gb.ru/test/map.svg
Code:
Code: Select all
<?php
exec('convert -size 1500 map.svg test.jpg');
?>
<img src="test.jpg"
alt="can't create image" >
Re: Getting a area of big svg-image
Your SVG image rendered rapidly for us without complaint. We're using ImageMagick 6.4.8-2 and RSVG 2.22.3.