Compressing and Decompressing Buffers

ABIC Compression:

LEADTOOLS provides functionality for compressing and decompressing ABIC images in buffers.

To begin the compression process, the LBase::EncodeABIC function must be called. This function compresses the input raw data to 1-bit bi-level or 4-bit grayscale data using the ABIC encoder.

To begin the decompression process, the LBase::DecodeABIC function must be called. This function decompresses the input 1-bit bi-level or 4-bit grayscale ABIC raw data using the ABIC decoder.