Page 1 of 1

mime type printed on converted image

Posted: 2010-01-20T05:41:44-07:00
by senyahnoj
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

Re: mime type printed on converted image

Posted: 2010-01-23T16:35:43-07:00
by fmw42
don't know if this will help, but try

convert SVG:processes.svg -background white -thumbnail 800x600 PNG:processes.png

(perhaps your SVG compilation is flawed)