pub fn parse_exif(data: &[u8]) -> Result<(Vec<Field>, bool), Error>
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.