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