MagickStereoImage method
Implementation
ffi.Pointer<MagickWand> MagickStereoImage(
ffi.Pointer<MagickWand> arg0,
ffi.Pointer<MagickWand> arg1,
) {
return _MagickStereoImage(
arg0,
arg1,
);
}
ffi.Pointer<MagickWand> MagickStereoImage(
ffi.Pointer<MagickWand> arg0,
ffi.Pointer<MagickWand> arg1,
) {
return _MagickStereoImage(
arg0,
arg1,
);
}