Function exif::parse_exif
source · [−]Expand description
Parse the Exif attributes in the TIFF format.
Returns a Vec of Exif fields and a bool.
The boolean value is true if the data is little endian.
If an error occurred, exif::Error
is returned.