WMF -> JPEG - text and borders missing
Posted: 2009-04-17T09:55:44-07:00
Hello
I have many WMFs which are surrounded by whitespace. I wish to strip off the space, then enlarge the images on-the-fly to a max of 800px wide by 600px high. The command I have run is:
The whitespace trimming and image enlargement seem OK, the problem is that the text and stroke lines all disappear after conversion, meaning I'm left with just a block of colour with no details.
The original WMF is at http://www.bandsonly.com/images/temp/original.wmf and the resulting jpeg at http://www.bandsonly.com/images/temp/converted.jpg.
I am on a UNIX box running ImageMagick 6.2.8.
Hope someone can help!
I have many WMFs which are surrounded by whitespace. I wish to strip off the space, then enlarge the images on-the-fly to a max of 800px wide by 600px high. The command I have run is:
Code: Select all
/usr/bin/convert -density 360 -trim +repage -resize 800x600 -quality 85 (source) (destination)
The original WMF is at http://www.bandsonly.com/images/temp/original.wmf and the resulting jpeg at http://www.bandsonly.com/images/temp/converted.jpg.
I am on a UNIX box running ImageMagick 6.2.8.
Hope someone can help!