gamut-exif 0.1.1

EXIF (Exif 3.0 / CIPA DC-008) image metadata parser and serializer, built on the shared TIFF/IFD core.
Documentation
1
2
3
4
5
6
7
8
//! The EXIF reader.

/// Reader for an EXIF blob.
///
/// Will validate the `Exif\0\0` marker, parse the TIFF stream via [`gamut_ifd`], follow the
/// Exif/GPS/Interop pointer tags, and lift raw IFD values into typed [`crate::ExifValue`]s — and,
/// later, decode the `MakerNote`. Implementation pending (see issue #34).
pub struct ExifReader;