exif-rs/README

32 lines
696 B
Plaintext
Raw Normal View History

2016-12-20 09:27:26 -05:00
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.
2016-12-30 09:39:16 -05:00
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]
2017-10-22 03:19:18 -04:00
exif = "0.3"
2016-12-30 09:39:16 -05:00
Add the following to your crate root.
extern crate exif;
2016-12-20 09:27:26 -05:00
Dependencies
------------
Rust 1.20 or later is required to build.
2016-12-20 09:27:26 -05:00
Specifications
--------------
- Exif Version 2.31
2016-12-20 09:27:26 -05:00
- TIFF Revision 6.0