Detect and correct non-optimal image orientation

cargo test passes
This commit is contained in:
Nathan Fiedler
2016-03-29 18:28:33 -07:00
parent 3732fd5747
commit faebc468ba
5 changed files with 47 additions and 4 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.4.0] - 2016-03-29
### Changed
- Add functions for detecting and correcting image orientation.
## [0.3.3] - 2016-03-17
### Changed
- Allow libc version 0.2 or higher