ImageEn, unit iexBitmaps

TIOParams.BMP_Compression

TIOParams.BMP_Compression

Declaration

property BMP_Compression: TIOBMPCompression;

Description

Specifies the compression method when saving a BMP image.

Note: Only 16 or 256 color bitmap can be saved with RLE compression.

Default: ioBMP_UNCOMPRESSED

Example

// Save a compressed bitmap
ImageEnView1.IO.Params.BMP_Compression := ioBMP_RLE;
ImageEnView1.IO.SaveToFile('D:\alfa.bmp');