@override apply(Data? data) async { if (enabled == false) return; if (data != null) await cropImage(data, x, y, width, height); }