static bool isLightImage(Uint8List bytes, int width, int height) { return brightnessFromImage(bytes, width, height) > 128; }