Closed EEvil-G closed 5 years ago
No, currently it will immediately fail if any pixels don't match. If you're looking to make modifications, you can find the relevant code here: https://github.com/avh4/imagecomparison/blob/master/imagecomparison/src/main/java/net/avh4/util/imagecomparison/ImageComparison.java#L69-L92
I haven't worked with Java in about 5 years, so feel free to fork and do what you like with it -- everything in this repo can be considered under the MIT license.
okay, i get it.Thanks for ur reply
Can i compare two given images and print the percentage of difference between them?