MogrifyImageList method
Implementation
int MogrifyImageList(
ffi.Pointer<ImageInfo> arg0,
int arg1,
ffi.Pointer<ffi.Pointer<ffi.Char>> arg2,
ffi.Pointer<ffi.Pointer<Image>> arg3,
ffi.Pointer<ExceptionInfo> arg4,
) {
return _MogrifyImageList(
arg0,
arg1,
arg2,
arg3,
arg4,
);
}