in reply to Image Conversion: SVG to PNG
I would recommend ImageMagick, I've always had good experiences with it. It's been a while since I did this last, so most of this is IIRC: PerlMagick is "different" in that installing it from CPAN is probably not the way to go. Under Windows, the installer should install the modules for you, and under *NIX, use the system's package manager to install it into the system Perl, or follow the instructions for building from source (ImageMagick, PerlMagick). On Debian-based systems, one easy way to install all the build dependencies is sudo apt-get build-dep perlmagick.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Image Conversion: SVG to PNG
by kcott (Archbishop) on Apr 23, 2017 at 19:17 UTC |