Lists all BMP tag identifiers.
Syntax
Members
| Member | Description |
| BITCOUNT | Image bit count. |
| CLRIMPORTANT | Number of color indexes required for displaying the bitmap. |
| CLRUSED | Number of color indexes in the color table that are actually used by the bitmap. |
| COLORENCODING | Color model used in bitmap (IBM OS/2 2.x). |
| COMPRESSION | Image compression type. |
| FORMAT | BMP metadata format identifier. |
| HEIGHT | Image height. |
| IDENTIFIER | Reserved for application use (IBM OS/2 2.x). |
| PLANES | Number of color planes. |
| RECORDING | Recording algorithm (IBM OS/2 2.x). |
| RENDERING | Halftoning algorithm used (IBM OS/2 2.x). |
| SIZE | Image size. |
| SIZE1 | Reserved for halftoning algorithm use (IBM OS/2 2.x). |
| SIZE2 | Reserved for halftoning algorithm use (IBM OS/2 2.x). |
| TYPE | BMP format type. |
| UNITS | Type of units used to measure resolution (IBM OS/2 2.x). |
| WIDTH | Image width. |
| XPELSPERMETER | Horizontal resolution in pixels per meter. |
| YPELSPERMETER | Vertical resolution in pixels per meter. |
Inheritance Hierarchy
See Also