i

image-comparison

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://romankh3.github.io/image-comparison/
The Apache Software License, Version 2.0
Roman Beskrovnyi
Files download
File Operation
image-comparison-4.3.1.jar download
image-comparison-4.3.1.pom download
image-comparison-4.3.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.romankh3</groupId>
  <artifactId>image-comparison</artifactId>
  <version>4.3.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.romankh3:image-comparison:4.3.1'
Gradle Kotlin
implementation("com.github.romankh3:image-comparison:4.3.1")
Scala SBT
libraryDependencies += "com.github.romankh3" % "image-comparison" % "4.3.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.romankh3', module='image-comparison', version='4.3.1')
)
Apache Ivy
<dependency org="com.github.romankh3" name="image-comparison" rev="4.3.1" />
Leiningen
[com.github.romankh3/image-comparison "4.3.1"]
Apache Buildr
'com.github.romankh3:image-comparison:jar:4.3.1'