libUEMF
A portable library for reading and writing WMF, EMF and EMF+ files
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
EMF BI_Compression Enumeration

Macros

#define U_BI_UNKNOWN   -1
 not defined in EMF standard, not to be used in EMF files
 
#define U_BI_RGB   0
 Supported by libUEMF.
 
#define U_BI_RLE8   1
 NOT supported by libUEMF.
 
#define U_BI_RLE4   2
 NOT supported by libUEMF.
 
#define U_BI_BITFIELDS   3
 Supported by libUEMF.
 
#define U_BI_JPEG   4
 Supported by libUEMF.
 
#define U_BI_PNG   5
 Supported by libUEMF.
 

Detailed Description

For U_BITMAPINFOHEADER biCompression field Microsoft name: Compression Enumeration WMF manual 2.1.1.7