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
Some parts are missing when convert from wmf to png
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Some parts are missing when convert from wmf to png
For me, v6.8.8-7 on Windows 8.1, it includes the parentheses, and looks like "f(x)".
snibgo's IM pages: im.snibgo.com
Re: Some parts are missing when convert from wmf to png
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
Ubuntu 12.04. ImageMagick 6.6.9-7.
I will update to the newest version and try again.
I will update to the newest version and try again.
Re: Some parts are missing when convert from wmf to png
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.
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
I just installed the libwmf, and the conversion can be done with the latest version of imagemagick. But the parentheses are still missing.