elisemercury / Duplicate-Image-Finder

difPy - Python package for finding duplicate or similar images within folders
https://difpy.readthedocs.io
MIT License
421 stars 65 forks source link

image size limit? #10

Closed taimansulimani closed 2 years ago

taimansulimani commented 2 years ago

Hello, thanks for this, it's very useful.

I'm having a problem analysing this folder where I have 512x512px transparent .pngs where only 576px are black. The black pixels that form my paths should be different in every image but difPY says they are all the same, see output attached. I tried setting similarity to low but no luck. Are my images too small or maybe the differences are too subtle? Is there anything I'm missing here?

Thanks for your help

Screenshot 2022-01-02 at 23 14 25
taimansulimani commented 2 years ago

solved by increasing image size and adding solid background