Releases: qarmin/img_hash
Releases · qarmin/img_hash
Release list
3.1.1
3.1.1 - 21.02.2026
- Changed the image generation algorithm to a stable one to avoid accidental changes in hash values caused by rand version updates or switching between 32-bit and 64-bit crate builds
- Added 32-bit Linux builds to CI testing
3.1.0
3.0.0
3.0.0 - 29.12.2024
- Minimal Rust version set to 1.70.0(required by newer image-rs, update needed by fast_image_resize)
- Fix difference of gaussians prefilter - #21
- Fixed u8 overflow in median hash - #b8b
- Added to CI, hash stability check to avoid accidental changes - #23
- Added new unstable feature(it may be removed in later versions or change behavior)
fast_image_resizeto speed up image resizing(gives slightly different results than image-rs) - #24