Go to file
KAMADA Ken'ichi 98cb8b914c Remove ImageWidth/Length from tests/exif.jpg for conformance to Exif. 2017-08-21 21:13:36 +09:00
examples Remove ImageWidth/Length from tests/exif.jpg for conformance to Exif. 2017-08-21 21:13:36 +09:00
src Add the 2nd member to Value::Undefined to keep the offset of the value. 2017-08-04 21:15:19 +09:00
tests Remove ImageWidth/Length from tests/exif.jpg for conformance to Exif. 2017-08-21 21:13:36 +09:00
Cargo.toml Increment the version to 0.2.3. 2017-07-16 15:28:28 +09:00
README Increment the version to 0.2. 2017-03-26 21:30:24 +09:00

README

Exif parsing library written in pure Rust
-----------------------------------------

   This is a pure-Rust library to parse Exif data.
   This library can parse TIFF and JPEG images and extract Exif
   attributes.

Usage
-----

   Add a dependency entry to your Cargo.toml.  Specifying at least two
   numbers is recommended because, during the major version 0, the
   minor will be bumped to indicate backwards-incompatible changes.

      [dependencies]
      exif = "0.2"

   Add the following to your crate root.

      extern crate exif;

Dependencies
------------

   Rust 1.15 or later is required to build.

Specifications
--------------

   -  Exif Version 2.31
   -  TIFF Revision 6.0