MagickSteganoImage method

Pointer<MagickWand> MagickSteganoImage(
  1. Pointer<MagickWand> arg0,
  2. Pointer<MagickWand> arg1,
  3. int arg2
)

Implementation

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