exifdart library

Classes

AbstractBlobReader
An interface to randomly read a blob.
MemoryBlobReader
Uses a byte buffer to read the blob data from.
Rational
Represents a rational number: the fraction of two integers

Functions

readExif(AbstractBlobReader blob, {bool printDebugInfo = false}) Future<Map<String, dynamic>?>
Reads the EXIF info from the given blob reader.