magickTransverseImage method
MagickTransverseImage() creates a horizontal mirror image by reflecting the pixels around the central y-axis while rotating them 270-degrees.
This method runs inside an isolate different from the main isolate.
Implementation
Future<bool> magickTransverseImage() async => await _magickCompute(
_magickTransverseImage,
_wandPtr.address,
);