magickAffineTransformImage method
Transforms an image as dictated by the affine matrix of the drawing wand.
This method runs inside an isolate different from the main isolate.
Implementation
Future<bool> magickAffineTransformImage(DrawingWand drawingWand) async =>
await _magickCompute(
_magickAffineTransformImage,
_MagickAffineTransformImageParams(
_wandPtr.address, drawingWand._wandPtr.address));