Skip to content

Releases: ChrisRega/image-compare

0.4.0

21 Mar 20:35
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @nikarh made their first contribution in #7

Full Changelog: 0.3.1...0.4.0-release

0.3.1

26 Sep 17:37
7642ff2
Compare
Choose a tag to compare

Just a small service release cutting down on image-rs deps to reduce build times.

0.2.6 support for faster compilation times

26 Sep 17:50
Compare
Choose a tag to compare

0.3.0

31 May 12:52
317198e
Compare
Choose a tag to compare
  • new API
  • RGBA hybrid comparison modes
  • Small bugfix in hybrid comparison, changes numerical results a little

0.2.5

27 Mar 17:45
159e155
Compare
Choose a tag to compare

Security vulnerabilities in dependencies

0.2.4 - maintainence release for updated dependencies

10 Jan 17:55
Compare
Choose a tag to compare
Update dependencies to the newest versions due to security vulnerabil…

…ity in tokio. Also fix a remaining clippy lint.

0.2.3 bump tokio version due to CVE

08 Jun 17:06
Compare
Choose a tag to compare

Just bumping tokio minors, no changes in numerical pinning tests found.

0.2.2 - Optimize performance, no numerical changes

14 May 18:47
Compare
Choose a tag to compare

Some rayon introduction changes of 0.2.1 could lead to performance problems on systems with more than 4 cores due to sync overhead and thread congestion. These places were removed in this release.

0.2.1 - Performance improvements

06 May 20:45
Compare
Choose a tag to compare
  • Add rayon to almost all sensible places
  • Interface and numerical results perfectly stable with 0.2.0

0.2.0

02 May 21:07
Compare
Choose a tag to compare

0.2.0 feature release

  • Added 'stupid' RGB comparisons for MSSIM and RMS
  • Added a hybrid mode for comparing colored imaged, MSSIM for gray structure (Y), RMS for u and v in YUV
  • Added rayon-MT to the basic MSSIM and RMS algorithms
  • Improved documentation
  • Added more tests