Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Find duplicate pictures
#4
My algorithm would be:

Get list of files (foreach...FE_Dir),
load each (_s.getfile),
get CRC (Crc32),
store CRC/path pairs into an array or map,
find all equal CRC.

It would find any identical files.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)