magickClipImage method

Future<bool> magickClipImage()

Clips along the first path from the 8BIM profile, if present.

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

Implementation

Future<bool> magickClipImage() async =>
    await _magickCompute(_magickClipImage, _wandPtr.address);