MagickGetImageHistogram method
Implementation
ffi.Pointer<ffi.Pointer<PixelWand>> MagickGetImageHistogram(
ffi.Pointer<MagickWand> arg0,
ffi.Pointer<ffi.Size> arg1,
) {
return _MagickGetImageHistogram(
arg0,
arg1,
);
}
ffi.Pointer<ffi.Pointer<PixelWand>> MagickGetImageHistogram(
ffi.Pointer<MagickWand> arg0,
ffi.Pointer<ffi.Size> arg1,
) {
return _MagickGetImageHistogram(
arg0,
arg1,
);
}