Releases: saschanaz/jxl-winthumb
Update to jxl-oxide 0.10.2
What's Changed
- Lets *iid match to IInitializeWithStream::IID in IClassFactory::CreateInstance implementation by @Dry-Leaf in #46
New Contributors
Full Changelog: v0.2.10...v0.2.11
Update to jxl-oxide 0.10.0
Full Changelog: v0.2.9...v0.2.10
Update to jxl-oxide 0.9.1
What's Changed
- Use winresource instead of winres by @Aerocatia in #44
New Contributors
- @Aerocatia made their first contribution in #44
Full Changelog: v0.2.8...v0.2.9
Upgrade to jxl-oxide 0.9.0
Full Changelog: v0.2.7...v0.2.8
With the very basic image read benchmark (cargo bench
) I saw ~20% performance increase with the new version.
With 0.8.1:
alien.jxl time: [147.47 ms 153.34 ms 159.58 ms]
change: [-7.3051% -2.1045% +3.3388%] (p = 0.45 > 0.05)
No change in performance detected.
With 0.9.0:
alien.jxl time: [113.19 ms 118.37 ms 123.77 ms]
change: [-27.332% -22.807% -17.822%] (p = 0.00 < 0.05)
Performance has improved.
Since this release I modified the filenames with the postfix i686/x86_64/aarch64, just following the Rust target names. Mostly because I got a new ARM64 laptop as the main dev machine and it felt weird to keep naming the x86_64 build without any postfix (and thus looking like "the default").
Update to jxl-oxide 0.8.1
Full Changelog: v0.2.6...v0.2.7
Update to jxl-oxide 0.8.0
Full Changelog: v0.2.5...v0.2.6
Update to jxl-oxide 0.7.2
The release fixes tirr-c/jxl-oxide#268.
Fix for color brightness issue and update to jxl-oxide 0.7
Big thanks to @LouisDISPA who updated the dependencies and made Rust code better!
jxl-oxide 0.4.0 and 32bit build
The change was made 6 weeks ago but I forgot to upload the build 😅
ICC support
#29 still exists, though.