magickDespeckleImage method
Reduces the speckle noise in an image while preserving the edges of the original image.
This method runs inside an isolate different from the main isolate.
Implementation
Future<bool> magickDespeckleImage() async => await _magickCompute(
_magickDespeckleImage,
_wandPtr.address,
);