avh4 / imagecomparison

Tools for comparing images and writing image-based approval tests. This library is published on Maven Central.
8 stars 4 forks source link

Percentage of difference #7

Closed EEvil-G closed 5 years ago

EEvil-G commented 5 years ago

Can i compare two given images and print the percentage of difference between them?

avh4 commented 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.

EEvil-G commented 5 years ago

okay, i get it.Thanks for ur reply