SamePixels compares images and returns an image of only the pixels that match (or differ).
You can compile the source with ./gradlew uberJar
. After that you can copy the jar file from ./build/libs/
.
java.exe -jar SamePixels-1.0-all.jar file1 file2 [...] > out.png
This command reads two or more images and returns the resulting image on stdout.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.