I had an idea on how to implement a "duplicate file finder" feature on Hirobooru that i guess it could work reasonably well
I could resize each image to 10x10px, turn it to grayscale and store the gray values in an array. Then when comparing images i could see which have the gray values most close to each other... ![]()
I'm not sure if that's how it's supposed to be done but i just thought of that.
@NickolasGir thanks, will research about the Levenshtein distance. Yeah i've heard some calculate signatures and then compare distance between signatures too, need to see how that is done.