Converts uint8List to BMP format if needed.
Future<Uint8List> get bmpUint8List async => (await uint8List).bmpUint8List;