MagickBlackThresholdImage method
Implementation
int MagickBlackThresholdImage(
ffi.Pointer<MagickWand> arg0,
ffi.Pointer<PixelWand> arg1,
) {
return _MagickBlackThresholdImage(
arg0,
arg1,
);
}
int MagickBlackThresholdImage(
ffi.Pointer<MagickWand> arg0,
ffi.Pointer<PixelWand> arg1,
) {
return _MagickBlackThresholdImage(
arg0,
arg1,
);
}