Go to file
KAMADA Ken'ichi bd5fa39ba9 Clarify the error messages on truncated IFDs. 2017-03-12 19:09:02 +09:00
src Clarify the error messages on truncated IFDs. 2017-03-12 19:09:02 +09:00
tests Parse a TIFF image as well as a JPEG in the main example. 2017-03-05 08:19:37 +09:00
Cargo.toml Increment the version to 0.1.2. 2017-02-25 22:43:47 +09:00
README Add constants for the new tags in Exif 2.31. 2017-03-04 21:26:03 +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.1.2"

   Add the following to your crate root.

      extern crate exif;

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

   Rust 1.12 or later is required to build.

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

   -  Exif Version 2.31
   -  TIFF Revision 6.0