FreeImage.BI_RLE8 Field

FreeImage.NET

FreeImageBI_RLE8 Field
A run-length encoded (RLE) format for bitmaps with 8 bpp. The compression format is a 2-byte format consisting of a count byte followed by a byte containing a color index.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public const int BI_RLE8

Field Value

Type: Int32
See Also