@override Future<String?> crop(Uint8List imageData, int x, int y, int width, int height) => execute((w) => w.crop(imageData, x, y, width, height));