Struct exif::Reader[][src]

pub struct Reader { /* fields omitted */ }

The Reader struct reads a JPEG or TIFF image, parses the Exif attributes in it, and holds the results.

Methods

impl Reader
[src]

Reads a JPEG or TIFF image and parses the Exif attributes in it. If an error occurred, exif::Error is returned.

Returns the slice that contains the TIFF data.

Returns a slice of Exif fields.

Returns true if the TIFF data is in the little-endian byte order.

Returns a reference to the Exif field specified by the tag and the thumbnail flag.

Auto Trait Implementations

impl Send for Reader

impl Sync for Reader