WMF to GIF conversion problem
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
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.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/
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%
- -density 384 -resize 25%