http://bugs.winehq.org/show_bug.cgi?id=20694
--- Comment #15 from Lawrence E Toal let02do@earthlink.net 2011-03-23 17:17:01 CDT --- (In reply to comment #14)
PNG and BMP files look correct to me. GIF, JPEG, and TIFF should just be a matter of adding codecs to save them.
I don't have any programs that can view an EMF file. How are you testing that?
The emf and wmf files are one of Windows formats used in MS Word and power point components ( I think?).
There is a free viewer at: http://www.visual-integrity.com/metafile-viewer.htm
This viewer requires the mfc42.dll to install with wine. You can pick up this dll at: http://www.dlldump.com/download-dll-files_new.php/dllfiles/M/mfc42.dll/6.0.400/download.html
After copying that dll to the system32 folder in wine, the visual-integrity free metafile viewer installs and displays emf and wmf files.
That's how I view emf's to test... I don't have a Word installation, but if you do, that might work too.
I should note that with the windows own native gdiplus.dll Mozart's save *.ems produces a file that displayes in this viewer.
The App I maintain, Mozart10 is a music notation program. It has the ability to export image files of the sheet music displayed by the program. The dialog gives these formats to choose from: Enhanced metafiles (*.emf) (*.gif) (*.jpg) (*.png) (*.gif) The last four are a bit easier to view :-)