mime type printed on converted image
Posted: 2010-01-20T05:41:44-07:00
When I convert from SVG to PNG using the following command in ImageMagick 6.2.4:
convert -background white -thumbnail 800x600 SVG:processes.svg PNG:processes.png
The resultant PNG output has "image/svg+xml" overlayed over the image in large letters.
Does anyone have any idea how I can turn this off?
Thanks
convert -background white -thumbnail 800x600 SVG:processes.svg PNG:processes.png
The resultant PNG output has "image/svg+xml" overlayed over the image in large letters.
Does anyone have any idea how I can turn this off?
Thanks