Page 1 of 1

Converting WMF produces black/white background

Posted: 2010-10-05T07:42:52-07:00
by genesung
hi,

I noticed some of the WMF files are not coverted properly with ImageMagick 6.6.3.

The source file - http://www.bitbetter.com/samples/Firewrks.wmf

command: convert firewrks.wmf wmf.jpg

It produces an image with black background. Any suggestions?

Thanks,
jerry

Re: Converting WMF produces black/white background

Posted: 2010-10-05T08:58:24-07:00
by magick
We use the WMF delegate library to produce EPS. The bug very well be in that library. Try the following commands:
  • wm2eps --auto Firewrks.wmf
    display Firewrks.eps
You get the same results as ImageMagick.