Releases: corasan/image-compressor
Releases · corasan/image-compressor
0.3.1
0.3.1 (2025-01-20)
🐞 Fixes
- Clean up temporary files after compression and save (#15) (aa9f939)
0.3.0
0.3.0 (2025-01-17)
✨ Features
- Improve compression by using
cv::bilateralFilter
as preprocessing step (#12) (84fde38)
🐞 Fixes
- Preserve compressed image size when saving to iOS photo library (#13) (a9f5ec0)
0.2.0
0.2.0 (2025-01-10)
✨ Features
🐞 Fixes
- Config plugin to set deployment targets to 16.0 (#10) (d9a3224)
0.1.0
0.1.0 (2024-11-23)
✨ Features
- Add config plugin to create symlinks to opencv2 headers and binary (#9) (3a2e714)
Release 0.0.7
0.0.7 (2024-11-23)
🐞 Fixes
Release 0.0.6
0.0.6 (2024-11-22)
🐞 Fixes
- Add FRAMEWORK_SEARCH_PATHS and HEADER_SEARCH_PATHS to podspec (#7) (c2fa7f8)
Release 0.0.5
0.0.5 (2024-11-22)
🏎️ Performance Improvements