convert wmf to png completed, but some numbers missing

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
rolandpeng
Posts: 1
Joined: 2012-06-28T23:49:07-07:00
Authentication code: 13

convert wmf to png completed, but some numbers missing

Post by rolandpeng »

hi ,
I use imagemagick to convert wmf to png completed.
Most of the information is converted successfully, but some numbers in the png file is missing.(at middle-upper side, *RBW / *VBW...)
There should be "100 khz" at the side of *RBW, but nothing existed.

I place the wmf material below. Please help me check whether it a bug of the convert command or not.
Should I install some extra lib else to do converting job correctly? thank you.

Code: Select all

convert -density 144 B_6DB_CH01.wmf B_6DB_CH01.png
wmf file:
https://dl.dropbox.com/u/24808937/B_6DB_CH01.WMF

png file:
https://dl.dropbox.com/u/24808937/B_6DB_CH01.png

missing part of converted png file:
https://dl.dropbox.com/u/24808937/missing.png
Post Reply