fire-eggs / PHASH

My implementation of "perceptual hash" for images: find duplicate images by contents, not bytes
0 stars 0 forks source link

Warning with multi-frame images #13

Open fire-eggs opened 7 years ago

fire-eggs commented 7 years ago

Consider issuing a confirmation when images involved are multi-frame (e.g. animated GIF). Especially when the 'pair' involves both a single- and multi-frame image: not really a match.

fire-eggs commented 4 years ago

Prevented display of an animated image vs a non-animated image.

Will still want to consider how to handle the dual-animated case: they may still be different.