Function rexif::parse_buffer_quiet[][src]

pub fn parse_buffer_quiet(contents: &[u8]) -> (ExifResult, Vec<String>)

Parse a byte buffer that should contain a TIFF or JPEG image. Tries to detect format and parse EXIF data.

Returns warnings alongside result.