pub fn get_exif_attr_from_jpeg<R>(reader: &mut R) -> Result<Vec<u8>, Error>where R: BufRead,
Get the Exif attribute information segment from a JPEG file.