romankh3 / image-comparison

Published on Maven Central Java Library that compares 2 images with the same sizes and shows the differences visually by drawing rectangles. Some parts of the image can be excluded from the comparison. Can be used for automation QA tests.
https://t.me/romankh3
Apache License 2.0
343 stars 105 forks source link

[IMPROVEMENT] Add builder for ImageComparison #101

Closed romankh3 closed 5 years ago

romankh3 commented 5 years ago

Describe your idea of the improvement Due to the adding new options for customing the ImageComparison object, I'd like to add a builder for it.

romankh3 commented 5 years ago

Or it can be changed by adding return this value for setters.