Skip to content

Releases: qarmin/img_hash

3.1.1

Choose a tag to compare

@qarmin qarmin released this 21 Feb 16:40
6d822fe

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

Choose a tag to compare

@qarmin qarmin released this 16 Jan 20:17
4436a6b
Update fast image resize (#27)

3.0.0

Choose a tag to compare

@qarmin qarmin released this 29 Dec 07:58
c74a34d

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_resize to speed up image resizing(gives slightly different results than image-rs) - #24