Go to file
KAMADA Ken'ichi 9dce2590c3 Change a comment on get_exif_attr() to a doc comment. 2016-12-30 23:22:13 +09:00
src Change a comment on get_exif_attr() to a doc comment. 2016-12-30 23:22:13 +09:00
tests Add an example to parse a JPEG file. 2016-12-18 23:38:11 +09:00
Cargo.toml Add a library template for an Exif library. 2016-09-04 23:31:06 +09:00
README Add README. 2016-12-20 23:27:26 +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.

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

   Rust 1.12 or later is required to build.

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

   -  Exif Version 2.3
   -  TIFF Revision 6.0