Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: BITMAP.H

Enum TBitmapfileCompression

TBitmapfileCompression

Description

Defines the types of file compression.

ENoBitmapCompression

Bitmap file is not compressed.

EByteRLECompression

File is compressed using run-length encoding compression.

ETwelveBitRLECompression

File is compressed using twelve bit run-length encoding compression.

ESixteenBitRLECompression

File is compressed using sixteen bit run-length encoding compression.

ETwentyFourBitRLECompression

File is compressed using twenty four bit run-length encoding compression.

EThirtyTwoUBitRLECompression

File is compressed using twenty four bit run-length encoding compression from 32-bit bitmap buffer.

EThirtyTwoABitRLECompression

File is compressed using thirty two bit run-length encoding compression from 32-bit bitmap buffer.

EGenericPaletteCompression

File is compressed as a palette plus reduced bit-per-pixel. Only applicable to bitmaps already loaded in RAM.

ERLECompressionLast