magickAutoOrientImage method

Future<bool> magickAutoOrientImage()

Adjusts an image so that its orientation is suitable $ for viewing (i.e. top-left orientation).

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

Implementation

Future<bool> magickAutoOrientImage() async =>
    await _magickCompute(_magickAutoOrientImage, _wandPtr.address);