MagickAutoThresholdImage method
Implementation
int MagickAutoThresholdImage(
ffi.Pointer<MagickWand> arg0,
int arg1,
) {
return _MagickAutoThresholdImage(
arg0,
arg1,
);
}
int MagickAutoThresholdImage(
ffi.Pointer<MagickWand> arg0,
int arg1,
) {
return _MagickAutoThresholdImage(
arg0,
arg1,
);
}