magickGetImageMean method
Gets the mean and standard deviation of one or more image channels.
This method runs inside an isolate different from the main isolate.
Implementation
Future<MagickGetImageMeanResult?> magickGetImageMean() async =>
await _magickCompute(
_magickGetImageMean,
_wandPtr.address,
);