Skip to content

Releases: testonics/Visual

Initial Release

20 May 11:42

Choose a tag to compare

1.0.2

  • The program in Java that compares any 2 images and shows the differences visually by drawing rectangles.*

  • Pixels (with the same coordinates in two images) can be visually similar, but have
    different values of RGB. We are only consider 2 pixels to be "different" if the
    difference between them is more than 10%.

  • The output of the comparison is a copy of one of the images image with
    differences outlined with red rectangles as shown below a list of difference in the text.

Full Changelog: https://github.com/testonics/Visual/commits/v1.0.2