I have a question about conversion of PNG files to SVG with ImageMagick.
I'am using ImageMagick 6.7.3-8 q16 for Win32 to convert some PNG to SVG format:
I convert my PNG file with ImageMagick:
Code: Select all
convert input.png output.svg
convert input.png output.svgz (compressed version)
Resulting SVG created with ImageMagick
Instead, if I use Inkscape to convert my PNG file it works:
SVG created with Inkscape
Why the image converted with ImageMagick is not displayed by browsers?