[magick-users] Converting SVG to raster formats at different sizes
Jim Higson
jh at 333.org
Tue Oct 17 05:29:48 CDT 2006
Hi. We've been using a command like this to convert SVG to PNG:
convert -resize 1000x319 some_file.svg some_file.png
However, the result is only OK.
Specifically, it looks like the image was rasterised and then the raster
scaled up to the size we want rather than being directly rasterised at that
size.
Is there any way the image quality could be improved?
--
Jim
More information about the Magick-users
mailing list