image-comparison v3.0.0 Release Notes

Release Date: 2019-05-29 // almost 5 years ago
  • 🍱 ⭐️ New Features

    • ➕ Added ComparisonResult as a returning value for comparing. It contains:
      • image1
      • image2
      • ComparisonState, with conditions MATCH, MISMATCH, SIZE_MISMATCH
      • Result image, only if ComparisonState is MISMATCH. When it is MATCH or SIZE_MISMATCH no needs to create result image.
    • ➕ added minimalRectangleSize and maximalRectangleCount(sorted by rectangle size).
    • ➕ Added more tests to cover more test cases.
    • 🔨 Refactored CommandLineUsage, moved main() method to separated class.(@ak98neon)
    • ➕ Added ExcludedAreas functionality, which helps to exclude some parts of the image.(@mkytolai)

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

    🍱 :octocat: Reviewers