Add get_image_property() to retrieve properties

cargo test passes
This commit is contained in:
Nathan Fiedler
2016-01-02 14:31:20 -08:00
parent 6ca185df19
commit 19377db422
5 changed files with 45 additions and 13 deletions

View File

@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [0.3.0] - 2016-01-02
### Changed
- Add `get_image_property()` function to retrieve, for example, EXIF data.
## [0.2.3] - 2015-12-26
### Changed
- Upgrade to libc 0.2.4 in hopes of fixing downstream build incompatibilities.