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]

[src]

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

[src]

Returns the slice that contains the TIFF data.

[src]

Returns a slice of Exif fields.

[src]

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

[src]

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