QuantizeImage method
Implementation
int QuantizeImage(
ffi.Pointer<QuantizeInfo> arg0,
ffi.Pointer<Image> arg1,
ffi.Pointer<ExceptionInfo> arg2,
) {
return _QuantizeImage(
arg0,
arg1,
arg2,
);
}
int QuantizeImage(
ffi.Pointer<QuantizeInfo> arg0,
ffi.Pointer<Image> arg1,
ffi.Pointer<ExceptionInfo> arg2,
) {
return _QuantizeImage(
arg0,
arg1,
arg2,
);
}