@override apply(Data? data) async { if (enabled == false) return; if (data != null) await grayImage(data); }