EncodeABIC method (ILEADRasterIO)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

short EncodeABIC(ILEADRasterVariant *pInputData, long lAlign, long lWidth, long lHeight, LEADRasterVariant **pOutputData, VARIANT_BOOL bBiLevel);

Overview

Refer to Compressing and Decompressing Buffers.

Remarks

Compresses an ILEADRasterVariant object that contains the uncompressed input raw data, using the ABIC encoder; and updates the pOutputData parameter with an ILEADRasterVariant object that will contain the resulting compressed ABIC data.

This method compresses the input raw data to 1-bit bi-level or 4-bits grayscale ABIC data.

See Also

Elements

EncodeABIC2 method, DecodeABIC method, DecodeABIC2 method

Topics

Raster Images: Compression Functionality