/// Project · PYTHON / IMAGING

PyImgDuplicateFinder

Finds and moves duplicate images inside a folder using similarity heuristics rather than exact hashes.

  • Python
  • Pillow

notes

Byte-identical duplicates are easy. The hard case is the same photograph exported twice at different sizes or quality, which a checksum will not catch.

The tool compares images by perceptual similarity and moves the duplicates aside instead of deleting them.

Ready to collaborate?

> Waiting for input…_