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
337 stars 105 forks source link

[IMPROVEMENT] Move main(String[] args) from ImageComparison. #73

Closed romankh3 closed 5 years ago

romankh3 commented 5 years ago

This is a good issue for newcomers

Idea: main(String[] args) from ImageComparison must be moved out. main() method needs for using image-comparison from command line.

For this purpose should be used another class, the name of this class is Main.

Also, should be updated tests.

romankh3 commented 5 years ago

@ak98neon added it into master in #77.