Search found 1 match
- 2012-11-17T11:41:57-07:00
- Forum: Users
- Topic: Converting large SVG to PNG
- Replies: 0
- Views: 4619
Converting large SVG to PNG
Hi, I'm using ImageMagick 6.6.0 on Debian Squeeze. I produced an SVG file with graphviz, but as dataset is very large, the SVG output is about 18MB large as well. Now I want to convert it to PNG. However I get the following error: $ convert ./map.svg -limit memory 0 -limit map 0 ./map.png convert ...