Skip to content

Releases: romankh3/image-comparison

New Release

17 Jun 21:07
97af3fc
Compare
Choose a tag to compare
New Release Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v4.4.0...v4.5.0

v4.4.0

28 Mar 19:31
188adc0
Compare
Choose a tag to compare

⭐️ New Features

#205: based on #204 discussion, which created @woosyume added a new feature - update rectangle line color.

I'd like to say thank you for your contributions:
@woosyume for a new feature that suggested and implemented

v4.3.1

13 Mar 19:20
1d87642
Compare
Choose a tag to compare

🐞 Bug Fixes
image-comparison became better:

Fixed bug #201 - problem with comparing totally different pictures.

❤️ Contributors
I'd like to say thank you for your contributions:

@HoverCatz - thank you for your report of a new bug.

v4.3.0

08 Sep 10:45
e494e45
Compare
Choose a tag to compare

⭐️ New Features

❤️ Contributors
I'd like to say thank you for your contributions:

v4.2.1

17 Apr 17:20
16ea3bc
Compare
Choose a tag to compare

🐞 Bug Fixes
image-comparison became better:

  • Fixed bug #180 - problem with ImageComparisonUtil.readFromResources method.

❤️ Contributors
I'd like to say thank you for your contributions:

  • @mrgoroua - thank you for your report a new bug.

v4.2.0

11 Mar 21:48
Compare
Choose a tag to compare

New Features

  • #175: added the ability to ignore some percent of differences for comparison.

Contributors
I'd like to say thank you for your contributions

  • @jeffradom for your idea of a new feature for image-comparison

v4.1.0

29 Jan 05:21
Compare
Choose a tag to compare

New Features

Contributors

I'd like to say thank you for your contributions:

  • @MrMisterG - for proposing new feature and developing it with respect to the development process.

v4.0.1

11 Jan 16:18
Compare
Choose a tag to compare

⭐️ New Features

🐞 Bug Fixes

❤️ Contributors
I'd like to say thank you for your contributions:

v4.0.0

09 Dec 10:58
Compare
Choose a tag to compare

⭐️ New Features

  • refactored drawRectangles method due to SRP.
  • optimized isDifferentPixels to improve the algorithm.
  • moved to Apache License 2.0
  • removed Point and used java.awt.Point instead
  • added Gradle.yml for GitHub actions
  • removed commandLine usage
  • renamed ComparisonResult to ImageComparisonResult
  • renamed ComparisonState to ImageComparisonState
  • added own RuntimeException for wrapping checked exception
  • added Gitter chat for communication.

❤️ Contributors
@mw79, @xSAVIKx - thanks for ideas, which you provided for this release.

v3.3.1

04 Nov 09:26
Compare
Choose a tag to compare

🐞 Bug Fixes

  • #134: If the image is different in a line in 1 px, ComparisonState is always MATCH(@grigaman)
  • #136: deepCopy method throws IllegalArgumentException on shared BufferedImage(@grigaman)

❤️ Contributors

I'd like to say thank you for your contributions: