MagickGetImageFeatures method
Implementation
ffi.Pointer<ChannelFeatures> MagickGetImageFeatures(
ffi.Pointer<MagickWand> arg0,
int arg1,
) {
return _MagickGetImageFeatures(
arg0,
arg1,
);
}
ffi.Pointer<ChannelFeatures> MagickGetImageFeatures(
ffi.Pointer<MagickWand> arg0,
int arg1,
) {
return _MagickGetImageFeatures(
arg0,
arg1,
);
}