Problem in convering SVG file
Posted: 2009-11-19T07:12:14-07:00
Hi!
We have hit a strange problem with ImageMagick (full problem is available at http://bugs.debian.org/556988, especially at the end).
The problem is:
It's a simple convert from svg to png.
Looking in delegates.xml I see:
<delegate decode="svg" command=""wmf2eps" -o "%o" "%i""/>
Is this correct?
ImageMagick version is 6.5.7-8
We have hit a strange problem with ImageMagick (full problem is available at http://bugs.debian.org/556988, especially at the end).
The problem is:
Code: Select all
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.
Looking in delegates.xml I see:
<delegate decode="svg" command=""wmf2eps" -o "%o" "%i""/>
Is this correct?
ImageMagick version is 6.5.7-8