LoadCompressedConstants enum

typedef [v1_enum] enum LoadCompressedConstants{
    LOAD_UNCOMPRESSED,
    LOAD_COMPRESSED,
    LOAD_SUPERCOMPRESSED
} LoadCompressedConstants; 

The LoadCompressedConstants enum indicates how an image is loaded. It is the data type of the LoadCompressed property.

Member

Description

LOAD_UNCOMPRESSED

Load the image uncompressed.

LOAD_COMPRESSED

If possible, load this as a 1-bit RLE compressed image.

LOAD_SUPERCOMPRESSED

Load the image as supercompressed. (Compressed in memory.) This option is available for 1-bit, 8-bit grayscale, and 24-bit images only.