Enum BmpInfoHeaderType
Enum value for the different bitmap info header types. The enum value is the number of bytes for the specific bitmap header.
Namespace: SixLabors.ImageSharp.Formats.Bmp
Assembly: SixLabors.ImageSharp.dll
Syntax
public enum BmpInfoHeaderType
Fields
Name | Description |
---|---|
AdobeVersion3 | Adobe variant of the BMP Version 3 header. |
AdobeVersion3WithAlpha | Adobe variant of the BMP Version 3 header with an alpha mask. |
Os2Version2 | BMP Version 2.x header (IBM OS/2 2.x). |
Os2Version2Short | Short variant of the OS/2 Version 2 bitmap header. |
WinVersion2 | Bitmap Core or BMP Version 2 header (Microsoft Windows 2.x). |
WinVersion3 | BMP Version 3 header (Microsoft Windows 3.x or Microsoft Windows NT). |
WinVersion4 | BMP Version 4 header (Microsoft Windows 95). |
WinVersion5 | BMP Version 5 header (Windows NT 5.0, 98 or later). |