最佳答案
I'm writing a tool in C# to find duplicate images. Currently I create an MD5 checksum of the files and compare those.
Unfortunately, the images can be:
What would be the best approach to solve this problem?