Reads the EXIF info from an image already loaded into memory
Future<Map<String, dynamic>?> readExifFromBytes(Uint8List bytes) { return readExif(MemoryBlobReader(bytes)); }