-
It'll be nice to have option to limit the depth of a recursive on folder scans
-
We have found that when you use `dif` within a folder of folders, there may be some unexpected behaviour. In our case, we have a pair of duplicates in one folder, and a third duplicate in another one.…
-
Hi Elise!
Thank you for existing!
My Onedrive duplicated my library about 4years ago, that and countless backups from WhatsApp and messager, A 550GB mess, yeah you get the point.
I'm really n…
-
I've been testing various image sets trying to isolate a bug and I got weird results on this one. There are no duplicates or similar images in this set. Similarity was to high. For example, the f…
-
I'm trying to run a simple script based on the example:
```
from difPy import dif
search = dif("/Users/myname/Pictures/emoji/")
```
It doesn't work, and I get:
```
from: can't read /var/m…
-
I tried using this on a folder of 100,000 1280x720 images and is exceptionally slow (about 12 seconds per image at the comparison stage). At this rate it's going to run for two weeks! Is there anythin…
-
sort of related to #16, running this on 10,000 images while another process autowrites/moves data into and out of the same dir once an hour may cause difPy to try to load in images that existed when i…
Pomax updated
2 years ago
-
# Purpose
Detect and remove any duplicates found using [difPy](https://github.com/elisemercury/Duplicate-Image-Finder).
urmzd updated
2 years ago
-
Hi there,
I'm trying to run this code on folder with more than 80k images:
```
Traceback (most recent call last):
File ".\difpy.py", line 3, in
dif.compare_images("PATH TO FOLDER")
…
rqtqp updated
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…