Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@DenebTM DenebTM released this 26 Aug 18:46

This release completely switches out the library used for comparisons; from dssim-core to image_hasher. Hashes generated by this library can easily be saved to disk and reused at a later time. It also interoperates much better with image-rs and can work with differently-sized images, enabling a healthy performance boost.

  • cache image hashes (default: ~/.cache/dupimg) for later reuse
  • greatly improve comparison performance and throughput (4-5x)
  • improve output; multiple potential duplicates are now displayed together
  • remove dependencies on lazy_static and moka
  • use anyhow and a lot more ? for error handling
  • various other fixes, including code quality i would say