@matrix I'm glad that we live in a society
@kaede_waifu looking forward to see something! ![]()
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.