Leadtools.Codecs Namespace > RasterCodecs Class > EncodeAbic Method : EncodeAbic(RasterNativeBuffer,Int32,Int32,Int32,Boolean) Method |
Call this method to compress the input raw data to 1-bit bi-level or 4-bit grayscale ABIC data.
Use DecodeAbic(Byte[],Int32,Int32,Int32,Boolean) to decode ABIC data.
The output buffer in the Leadtools.RasterNativeBuffer object returned is allocated automatically by this method. The user is responsible to free this unmanaged memory buffer by calling Marshal.FreeHGlobal as follows:
RasterNativeBuffer buffer = rasterCodecsObject.EncodeAbic(... // Use buffer Marshal.FreeHGlobal(buffer.Data);
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2