LZWEncodeImage method
int
LZWEncodeImage(
- Pointer<
Image> arg0, - int arg1,
- Pointer<
UnsignedChar> arg2, - Pointer<
ExceptionInfo> arg3,
Implementation
int LZWEncodeImage(
ffi.Pointer<Image> arg0,
int arg1,
ffi.Pointer<ffi.UnsignedChar> arg2,
ffi.Pointer<ExceptionInfo> arg3,
) {
return _LZWEncodeImage(
arg0,
arg1,
arg2,
arg3,
);
}