in reply to Image Conversion: SVG to PNG
I don't use a module, but I also don't have hard-core conversion requirements.
I invoke Inkscape from the command line as
my $cmd = qq{"$inkscape" -D "--export-png=$tempfile" --export-text +-to-path --without-gui "$source"};
This is somewhat slow as I have to relaunch the Inkscape process often, but after I moved to make respectively Decision::Depends, that is only needed when the input SVGs actually changed.
If you're already battling with ImageMagick, using something else might be a way to keep more of your sanity.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Image Conversion: SVG to PNG
by vrk (Chaplain) on Apr 24, 2017 at 10:26 UTC | |
by Anonymous Monk on Apr 24, 2017 at 11:19 UTC | |
Re^2: Image Conversion: SVG to PNG
by kcott (Archbishop) on Apr 25, 2017 at 09:52 UTC |