magickEnhanceImage method

Future<bool> magickEnhanceImage()

MagickEnhanceImage() applies a digital filter that improves the quality of a noisy image.

This method runs inside an isolate different from the main isolate.

Implementation

Future<bool> magickEnhanceImage() async => await _magickCompute(
      _magickEnhanceImage,
      _wandPtr.address,
    );