Converting WMF produces black/white background

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
genesung

Converting WMF produces black/white background

Post 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
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Converting WMF produces black/white background

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