Table of Contents

Enum BmpInfoHeaderType

Namespace
SixLabors.ImageSharp.Formats.Bmp
Assembly
SixLabors.ImageSharp.dll

Enum value for the different bitmap info header types. The enum value is the number of bytes for the specific bitmap header.

public enum BmpInfoHeaderType

Fields

AdobeVersion3 = 52

Adobe variant of the BMP Version 3 header.

AdobeVersion3WithAlpha = 56

Adobe variant of the BMP Version 3 header with an alpha mask.

Os2Version2 = 64

BMP Version 2.x header (IBM OS/2 2.x).

Os2Version2Short = 16

Short variant of the OS/2 Version 2 bitmap header.

WinVersion2 = 12

Bitmap Core or BMP Version 2 header (Microsoft Windows 2.x).

WinVersion3 = 40

BMP Version 3 header (Microsoft Windows 3.x or Microsoft Windows NT).

WinVersion4 = 108

BMP Version 4 header (Microsoft Windows 95).

WinVersion5 = 124

BMP Version 5 header (Windows NT 5.0, 98 or later).