MagickGetImageDepth method

int MagickGetImageDepth(
  1. Pointer<MagickWand> arg0
)

Implementation

int MagickGetImageDepth(
  ffi.Pointer<MagickWand> arg0,
) {
  return _MagickGetImageDepth(
    arg0,
  );
}