I'm trying to convert a SVG image into a PNG using ImageMagick.
Here is the SVG file:
file.svg
The command that I use is the following:
Code: Select all
convert file.svg -scale 800x600^ png8:file.png
Am I missing something or doing something wrong?
Code: Select all
convert file.svg -scale 800x600^ png8:file.png