Function rexif::parse_buffer[][src]

pub fn parse_buffer(contents: &[u8]) -> ExifResult
Expand description

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

Prints warnings to stderr.