Page 1 of 1
Some parts are missing when convert from wmf to png
Posted: 2014-03-01T08:46:00-07:00
by jesse
I use the command "convert image.wmf image.png" to convert the following wmf file:
http://117.121.10.67:9000/image.wmf
The converted png file can be found here:
http://117.121.10.67:9000/image.png
The parenthesis in the wmf file is missing in the png file
Re: Some parts are missing when convert from wmf to png
Posted: 2014-03-01T09:09:34-07:00
by snibgo
For me, v6.8.8-7 on Windows 8.1, it includes the parentheses, and looks like "f(x)".
Re: Some parts are missing when convert from wmf to png
Posted: 2014-03-01T09:11:01-07:00
by dlemstra
Which version of ImageMagick are you using and what is your operating system? I get the correct image on Windows 7 with the latest version of ImageMagick.
Re: Some parts are missing when convert from wmf to png
Posted: 2014-03-01T09:21:21-07:00
by jesse
Ubuntu 12.04. ImageMagick 6.6.9-7.
I will update to the newest version and try again.
Re: Some parts are missing when convert from wmf to png
Posted: 2014-03-01T17:40:14-07:00
by jesse
I have installed the latest version of imagemagick. When I try to convert the wmf file
http://117.121.10.67:9000/image.wmf to png format, it shows the following error:
convert: delegate failed `"wmf2eps" -o "%o" "%i"' @ error/delegate.c/InvokeDelegate/1064.
convert: unable to open image `/tmp/magick-26838LJZS0KgIhRLt': No such file or directory @ error/blob.c/OpenBlob/2643.
convert: unable to open file `/tmp/magick-26838LJZS0KgIhRLt': No such file or directory @ error/constitute.c/ReadImage/594.
convert: no images defined `image.jpg' @ error/convert.c/ConvertImageCommand/3147.
With the old version imagemagick, the wmf image can be converted but the parentheses are missing.
Re: Some parts are missing when convert from wmf to png
Posted: 2014-03-01T18:00:15-07:00
by jesse
I just installed the libwmf, and the conversion can be done with the latest version of imagemagick. But the parentheses are still missing.