magickGetImageKurtosis method
Gets the kurtosis and skewness of one or more image channels.
This method runs inside an isolate different from the main isolate.
Implementation
Future<MagickGetImageKurtosisResult?> magickGetImageKurtosis() async =>
await _magickCompute(
_magickGetImageKurtosis,
_wandPtr.address,
);