Decodes the input ABIC unmanaged memory data using the ABIC decoder and returns raw uncompressed data.
public RasterNativeBuffer DecodeAbic(
RasterNativeBuffer inputData,
int align,
int width,
int height,
bool biLevel
)
Public Overloads Function DecodeAbic( _
ByVal inputData As RasterNativeBuffer, _
ByVal align As Integer, _
ByVal width As Integer, _
ByVal height As Integer, _
ByVal biLevel As Boolean _
) As RasterNativeBuffer
public RasterNativeBuffer decodeAbic(RasterNativeBuffer inputData, int align, int width, int height, boolean biLevel)
public:
RasterNativeBuffer DecodeAbic(
RasterNativeBuffer inputData,
int align,
int width,
int height,
bool biLevel
)
inputData
A RasterNativeBuffer object which contains the input data.
align
Number of bytes to align the uncompressed output data.
width
Image width, in pixels.
height
Image height, in pixels.
biLevel
true to indicate bi-level encoding, false to indicate 4-bit grayscale encoding.
A RasterNativeBuffer object that contains the raw uncompressed data.
Call this method to decompress the input 1-bit bi-level or 4-bit grayscale ABIC data.
Use EncodeAbic to encode ABIC data.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document