MagickAdaptiveThresholdImage method
Implementation
int MagickAdaptiveThresholdImage(
ffi.Pointer<MagickWand> arg0,
int arg1,
int arg2,
double arg3,
) {
return _MagickAdaptiveThresholdImage(
arg0,
arg1,
arg2,
arg3,
);
}
int MagickAdaptiveThresholdImage(
ffi.Pointer<MagickWand> arg0,
int arg1,
int arg2,
double arg3,
) {
return _MagickAdaptiveThresholdImage(
arg0,
arg1,
arg2,
arg3,
);
}