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