Page 1 of 1

Posted: 2006-09-22T09:10:19-07:00
by magick
Post a URL to one of the problematic WMF files so we can reproduce the problem and suggest a solution.

Posted: 2006-09-22T10:40:03-07:00
by magick
We can reproduce the problem you reported. Give us a few days and you will find a patch in ImageMagick 6.2.9-8 Beta. Thanks for the problem report.

Posted: 2006-09-22T23:45:20-07:00
by anthony
Just be warned that WMF image format is a vector image format, so -density settings may be needed to control the mapping to a raster format. EG to you map directly to the right size, or mapp it to larger size and resize.

Posted: 2006-09-23T09:13:59-07:00
by glennrp
kenbaldwin wrote: I discovered through trial-and-error that '-density 96' gives the best results. Is that a magic number in this case, or just an artifact of my screen resolution?

Ken

It is probably just the fact that your screen resolution is about 96 dpi.

You might get even better results with
  • -density 192 -resize 50%
or
  • -density 384 -resize 25%
which could reduce the jaggies.