- JPEG Privacy Clean now preserves a valid EXIF Orientation value when needed to retain visual orientation.
- Only a single valid IFD0 Orientation value (1–8) is preserved.
- Ambiguous, duplicate, malformed, conflicting, or out-of-range Orientation data is not guessed or preserved.
- Other targeted EXIF/GPS metadata continues to be removed.
- Pixel data is not decoded or re-encoded.
- Public API and runtime dependency count remain unchanged.
What's Changed
- 📄[Docs] v0.1.0 post-release cleanup by @maruson08 in #28
- fix: preserve JPEG EXIF orientation by @maruson08 in #33
Full Changelog: v0.1.0...v0.1.1