magickDespeckleImage method

Future<bool> magickDespeckleImage()

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,
    );