Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
convert debian/debian-blueish-wallpaper.svg debian/debian-blueish-wallpaper.png
sh: wmf2eps: command not found
convert: Delegate failed `"wmf2eps" -o "%o" "%i"' @ delegate.c/InvokeDelegate/1060.
convert: unable to open image `/tmp/magick-XXbTU4fX': No such file or directory @ blob.c/OpenBlob/2480.
convert: unable to open file `/tmp/magick-XXbTU4fX': No such file or directory @ constitute.c/ReadImage/569.
convert: missing an image filename `debian/debian-blueish-wallpaper.png' @ convert.c/ConvertImageCommand/2838.
It's a simple convert from svg to png.
Looking in delegates.xml I see: <delegate decode="svg" command=""wmf2eps" -o "%o" "%i""/>