DecodeABIC method (ILEADRasterIO)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

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

Overview

Refer to Compressing and Decompressing Buffers.

Remarks

Decodes an ILEADRasterVariant object that contains the input ABIC compressed data and updates the pOutputData parameter with an ILEADRasterVariant object that will contain the uncompressed raw data. This method decompresses 1-bit bi-level or 4-bits grayscale ABIC raw data.

See Also

Elements

DecodeABIC2 method, EncodeABIC method, EncodeABIC2 method

Topics

Raster Images: Compression Functionality