-
https://github.com/elisemercury/Duplicate-Image-Finder/blob/main/difPy/dif.py#L63
exlude_from_search should be exclude_from_search
Though it doesn't seemed to be getting used right now. But my gue…
-
Hi,
on Google Colab I got this error:
`---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
[](h…
-
At present difPy evaluates every file in folders its pointed to, ascertaining whether or not it is an image. When processing folders that contain many files, most of which are not images it means the…
-
Hello. first of all I would like to thank you for creating and maintaining this project. It has certainly helped me finding a bunch of duplicate images through my enormous gallery.
I discovered thi…
-
I was surprised to find that difPy skipped my entire directory of jpeg images. I tracked this down to the call to imghdr.what(). This looks for the string "jpeg" or "exif" near the start of the file. …
-
[difPy PyPi Documentation of v3.0.0](https://pypi.org/project/difPy/3.0.0/#history) is missing the `fast_search` parameter.
For a detailed up to date usage guide, users are advised to refer to the …
-
I try to compare 133 .png pictures but they are all considered invalid by the script.
I don't understand where this can come from because the script was working with these same pictures before I do…
-
In the PyPi readme it states that the `search.stats` output includes the key `"total_undecodable"`, which is false. Will be fixed in next release.
Please check the [difPy usage documentation](https…
-
Running dif.py where import packages are not found hard halts the program. I am not sure if it is intentional, but running this without having say matplotlib installed in my case, throws a "ModuleNot…
-
Hi! Thanks for your library, super useful.
I have a suggestion regarding the ordering of the files previous to checking. Having a way to manipulate the order of the files to be checked would be a n…