magickFlipImage method

Future<bool> magickFlipImage()

Creates a vertical mirror image by reflecting the pixels around the central x-axis.

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

Implementation

Future<bool> magickFlipImage() async => await _magickCompute(
      _magickFlipImage,
      _wandPtr.address,
    );