MagickSteganoImage method
Pointer<MagickWand>
MagickSteganoImage(
- Pointer<
MagickWand> arg0, - Pointer<
MagickWand> arg1, - int arg2
Implementation
ffi.Pointer<MagickWand> MagickSteganoImage(
ffi.Pointer<MagickWand> arg0,
ffi.Pointer<MagickWand> arg1,
int arg2,
) {
return _MagickSteganoImage(
arg0,
arg1,
arg2,
);
}