Skip to content

Releases: ChrisRega/image-compare

0.2.0-RC2

24 Apr 20:51
Compare
Choose a tag to compare
0.2.0-RC2 Pre-release
Pre-release
  • Added hybrid compare
  • Flagged naive RGB compare as useless as it actually is in readme.md :)

0.2.0-RC1

13 Apr 21:15
Compare
Choose a tag to compare
0.2.0-RC1 Pre-release
Pre-release

First RC of 0.2.0 featuring:

  • RGB image comparison for structure
  • Grayscale histogram comparisons using different distance metrics

0.1.1 - Patch-Release for MSSIM

06 Apr 18:00
Compare
Choose a tag to compare

Fixed two flaws in MSSIM:

  • smaller border-windows where taken into the mean as full windows given contained border pixels more weight (very small effect < 1e4 in examples / tests).

  • sub-windows of the image where not correctly shifted resulting in bordering pixels being used double (small effect ~0.01 in examples/tests)

  • Added more tests

  • Added a new trait to allow easy conversion of SimilarityImage to grayscale

  • Added tests for this (see cucumber-tests for examples :) )

0.1.0

06 Apr 16:19
Compare
Choose a tag to compare

Basic first release