Some parts are missing when convert from wmf to png

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.
Post Reply
jesse
Posts: 4
Joined: 2014-03-01T08:38:12-07:00
Authentication code: 6789

Some parts are missing when convert from wmf to png

Post 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
snibgo
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

Post by snibgo »

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
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: Some parts are missing when convert from wmf to png

Post 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.
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
jesse
Posts: 4
Joined: 2014-03-01T08:38:12-07:00
Authentication code: 6789

Re: Some parts are missing when convert from wmf to png

Post by jesse »

Ubuntu 12.04. ImageMagick 6.6.9-7.

I will update to the newest version and try again.
jesse
Posts: 4
Joined: 2014-03-01T08:38:12-07:00
Authentication code: 6789

Re: Some parts are missing when convert from wmf to png

Post 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.
jesse
Posts: 4
Joined: 2014-03-01T08:38:12-07:00
Authentication code: 6789

Re: Some parts are missing when convert from wmf to png

Post 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.
Post Reply