Enum BitmapCompressionMethods
Type of compression used for the bitmap in the BitmapInfoHeader
Namespace: Dapplo.Windows.Gdi32.Enums
Assembly: Dapplo.Windows.Gdi32.dll
Syntax
public enum BitmapCompressionMethods : uint
Fields
Name | Description |
---|---|
BI_BITFIELDS | Specifies that the bitmap is not compressed and that the color table consists of three DWORD color masks that specify the red, green, and blue components, respectively, of each pixel. This is valid when used with 16- and 32-bpp bitmaps. |
BI_JPEG | Indicates that the image is a JPEG image. |
BI_PNG | Indicates that the image is a PNG image. |
BI_RGB | No compression |
BI_RLE4 | RLE 4BPP |
BI_RLE8 | RLE 8BPP |