magickFlopImage method

Future<bool> magickFlopImage()

Creates a horizontal mirror image by reflecting the pixels around the central y-axis.

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

Implementation

Future<bool> magickFlopImage() async => await _magickCompute(
      _magickFlopImage,
      _wandPtr.address,
    );