Releases: domsec/jpeg-autorotate
Releases · domsec/jpeg-autorotate
v1.1.0
Notable Changes
Features
- Added the EXIF Orientation metadata tag value to the thrown unknown EXIF Orientation metadata exception message (#20):
Improvements
- Temporary file I/O operations - create, read and delete - are no longer required to obtaining a JPEG image
BufferedImage
from a byte array (#15) - Updated all dependencies (#25)
- Various method and linting related refactoring (#18, #26)
Bug Fixes
- Java streams not properly closed (#13)
- A non JPEG file extension manually changed to .jpg is not rejected (#17)
Documentation
Contributions
A big Thank You to the following people who contributed to this release
- @jweilhammer: Delete temp files immediately after using them (PR #10)