WMF (.wmf)
Background & Context
 
   - 
      - Microsoft WMF format.
- Image file format.
- Used by the Windows operating system and by Microsoft applications as a graphics resource format.
- WMF is an acronym derived from Windows Metafile.
 - Binary format.
- Stores vector graphics, raster graphics, and text.
- Stores image data as either calls to the Windows graphical device interface (GDI), uncompressed Device Dependent Bitmaps, or uncompressed Device Independent Bitmaps.
- Predecessor of the 32-bit EMF format.
 
Export
 
   - Export["file.wmf",expr] exports arbitrary vector or raster graphics or typeset expressions to the WMF format.
- Export["file.wmf",Graphics[…] ] creates a WMF file representing a Wolfram Language Graphics object.
- Since WMF supports vector graphics, fonts are not rasterized when exporting to WMF.
- See the following reference pages for full general information:
- 
      
      Export export to a file CloudExport export to a cloud object ExportString export to a string ExportByteArray export to a byte array 
Import Elements
 
   - Data representation element:
- 
      
      "Graphics" exports arbitrary graphics to WMF 
- Export uses the "Graphics" element by default.
Tech Notes
Related Guides
History
Introduced in 2007 (6.0)