exif library

Classes

IfdTag
Ratio

Functions

printExifOfBytes(List<int> bytes, {String? stop_tag, bool details = true, bool strict = false, bool debug = false}) Future<String>
readExifFromBytes(List<int> bytes, {String? stop_tag, bool details = true, bool strict = false, bool debug = false, bool truncate_tags = true}) Future<Map<String?, IfdTag>?>
readExifFromFile(dynamic file, {String? stop_tag, bool details = true, bool strict = false, bool debug = false, bool truncate_tags = true}) Future<Map<String?, IfdTag>?>