dogsheep-photos icon indicating copy to clipboard operation
dogsheep-photos copied to clipboard

Integrate image content hashing

Open simonw opened this issue 4 years ago • 2 comments

To spot duplicate images (where the file content differs such that the sha256 is no longer a match) it would be useful to calculate and store perceptual hashes of some sort.

simonw avatar Apr 19 '20 00:04 simonw

https://pypi.org/project/ImageHash/ Is one option.

simonw avatar Apr 19 '20 00:04 simonw

Perceptual hashes might be what you're after : http://phash.org

dkam avatar Aug 26 '21 02:08 dkam