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