exif library

Classes

ExifData
IfdBytes
IfdInts
IfdNone
IfdRatios
IfdTag
IfdValues
Ratio
Ratio object that eventually will be able to reduce itself to lowest common denominator for printing.

Functions

printExifOfBytes(List<int> bytes, {String? stopTag, bool details = true, bool strict = false, bool debug = false}) Future<String>
readExifFromBytes(List<int> bytes, {String? stopTag, bool details = true, bool strict = false, bool debug = false, bool truncateTags = true}) Future<Map<String, IfdTag>>
Process an image file data. This is the function that has to deal with all the arbitrary nasty bits of the EXIF standard.
readExifFromFile(File file, {String? stopTag, bool details = true, bool strict = false, bool debug = false, bool truncateTags = true}) Future<Map<String, IfdTag>>
Streaming version of readExifFromBytes.