magickNormalizeImage method

Future<bool> magickNormalizeImage()

MagickNormalizeImage() enhances the contrast of a color image by adjusting the pixels color to span the entire range of colors available.

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

Implementation

Future<bool> magickNormalizeImage() async => await _magickCompute(
      _magickNormalizeImage,
      _wandPtr.address,
    );