test.svg
Code: Select all
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="100" height="100">
<circle r="29" cy="38" cx="36" style="opacity:.5" />
<circle r="29" cy="63" cx="66" style="opacity:.5" />
</svg>
Code: Select all
convert -density 180 test.svg test1.png
convert -density 45 test.svg test2.png
ImageMagick version on this PC is ImageMagick 6.9.7:
Code: Select all
Version: ImageMagick 6.9.7-10 Q16 x64 2017-03-04 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2015 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Visual C++: 180040629
Features: Cipher DPC HDRI Modules OpenMP
Delegates (built-in): bzlib cairo flif freetype jng jp2 jpeg lcms lqr openexr pangocairo png ps rsvg tiff webp xml zlib
Code: Select all
>convert -list format
...
SVG SVG rw+ Scalable Vector Graphics (RSVG 2.40.15)
SVGZ SVG rw+ Compressed Scalable Vector Graphics (RSVG 2.40.15)