I'm trying to convert some fairly big (80Mo) svg files to jpg using a simple convert command. The process takes a couple of hours, is there a way to speed that up? I've tried doing the same thing manually with inkscape, it takes a couple of minutes to load the svg file, and a couple of seconds to write it as jpg.
If you know a better option than imagemagick to do this job I'll be happy to use it, as long as it's command-line based.
Edit: I was able to convert under a few seconds using inkscape command line, but if there is a way to speed up the process with Imagemagick too I'm also willing to know it
