Getting a area of big svg-image

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
Rondmeo

Getting a area of big svg-image

Post 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.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Getting a area of big svg-image

Post 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.
Rondmeo

Re: Getting a area of big svg-image

Post 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
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Getting a area of big svg-image

Post by magick »

Your SVG image rendered rapidly for us without complaint. We're using ImageMagick 6.4.8-2 and RSVG 2.22.3.
Post Reply