magickMinifyImage method

Future<bool> magickMinifyImage()

MagickMinifyImage() is a convenience method that scales an image proportionally to one-half its original size

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

Implementation

Future<bool> magickMinifyImage() async =>
    await _magickCompute(_magickMinifyImage, _wandPtr.address);