LEADTOOLS Raster Imaging C++ Class Library Help > LEADTOOLS Raster Imaging Features > File Formats > File Formats List > Color and Grayscale > File Formats: Compressed Windows Metafile Format (WMZ) |
The Compressed Windows Metafile format is a vector file format that represents primarily Group 3 fax documents. It contains information concerning the page structure and the compressed line data of the fax document. This format was developed by Microsoft and is supported by Microsoft Office 2000 and Microsoft Word 2000.
The default extension used by this format is: WMZ.
The following table indicates which objects LEAD can load and which objects it can save:
Object: |
Load: |
Save: |
Arc |
Supported |
Supported |
Background color and mode |
Supported |
Supported |
Chord |
Supported |
Supported |
Circle |
Supported |
Supported |
Color |
Supported |
Supported |
Ellipse |
Supported |
Supported |
HPolyBezier |
Supported |
Supported |
Lines |
Supported |
Supported |
Pie |
Supported |
Supported |
PolyBezier |
Supported |
Supported |
PolyDraw |
Supported |
Supported |
Polygons |
Supported |
Supported |
Polyline |
Supported |
Supported |
Raster |
Supported |
Supported |
Rectangle |
Supported |
Supported |
Round Rectangle |
Restricted Support |
Restricted Support |
Spline |
Supported |
Supported |
Text |
Supported |
Supported |
Text(Color and Font Type) |
Supported |
Supported |
Vertex |
Supported |
Supported |
File constants associated with this file format are:
Constant |
Read Support |
Write Support |
Description |
FILE_WMZ |
Yes |
Yes |
[307] Compressed Windows Metafile Format |
When WMZ files are rasterized, they are 24 BPP.
Required DLL: LFWMZ. For a listing of the exact DLLs needed, based on the toolkit version, refer to Files To Be Included With Your Application.
This format does not support LEAD's redirected IO feature, therefore it cannot be used with LMemoryFile::LoadMemory, LMemoryFile::LoadMemoryTile, LMemoryFile::Save, or LFile::FeedLoad.
Related Formats: CGM - Computer Graphics Metafile, CMX - Corel Presentation Exchange Format, DGN - Intergraph Format, DRW - Micrografx Designer DRaWing, DWF - DWF Format, DWG - DWG Format, DXF - Drawing Interchange Format, EMF - Windows Metafile Formats, GBR - Gerber Format, PCL - Printer Command Language Format, PCT - Macintosh Pict Format, PDF - Portable Document Format, PLT - PLT / HPGL Format, PS - PostScript Document Format, RTF - Rich Text Format, SHP - ESRI Shape Format, SVG - Scalable Vector Graphics Format, VEC - LEADTOOLS Vector Dump Format, VPG - WordPerfect Vector Format, WMF - Windows Metafile Formats, E00 - ArcInfo Interchange File Format, MIF - MapInfo Interchange File Format.
Win32, x64.