Software for finding picture duplicates
June 25, 2011 7:06 AM Subscribe
Are there any Windows programs that can compare two image files and tell me if they're duplicates or not, ignoring different metadata and file formats?
I'm thinking of something similar to foobar2000's bit-comparison for audio files, where if you compare a flac file against a wav file it will tell you whether or not they output exactly the same data when played. I want this feature but for pixels instead of audio samples.
Bonus points for freeware options; extra bonus points if the program can verify whole directories and identify all duplicates inside them.
posted by Bangaioh to computers & internet (14 answers total) 3 users marked this as a favorite
Note that while flac and wav are both containers for lossless audio, jpeg uses lossy compression. So you would not really be able to compare a jpeg versus a gif or a different jpeg from the same source exactly, it would have to use some sort of algorithm to figure out if they were "close enough".
posted by burnmp3s at 7:17 AM on June 25, 2011