findimagedupes icon indicating copy to clipboard operation
findimagedupes copied to clipboard

Finds visually similar or duplicate images

Results 12 findimagedupes issues
Sort by recently updated
recently updated
newest added

With some types of WMF files, findimagedupes gets a SIGABRT via GraphicsMagick at this line: https://github.com/jhnc/findimagedupes/blob/a787e23576b3abcecda26a36507d256652d21841/findimagedupes#L491 For example, if you run findimagedupes on the directory containing all the files downloaded...

bug

I would like to know how i can extract the results in a csv or text file, with every similar files separated with a new line? I know that a1...

enhancement
documentation

I see the output puts similar files on one line. Is it possible to also include the % similarity for each of them?

enhancement

I have tried multiple installation schemes, but it cannot be installed on mac, how can I install it correctly?

help wanted
documentation

Given: ``` db1 = { img1 => fp1a, img2 => fp2 } db2 = { img1 => fp1b, img2 => fp2 } ``` it looks like: `findimagedupes -f db1 -f...

bug

Is it safe to run multiple invocations of findimagedupes with each accessing a single fingerprint DB file? The context is an image store of just over 1TB of images and...

enhancement

Great tool! When running the script, a worker for each CPU core seems to be spawned. But all work then happens on one of the workers. It seems, that creation...

enhancement

Fingerprint generation should take account of EXIF orientation metadata. graphicsmagick supports auto-orient but not via its perl interface. I have requested an enhancement: https://sourceforge.net/p/graphicsmagick/feature-requests/57/ If this is not made, a...

enhancement

Hello, ### 1) findimagedupes outputs: /path/ file name뷰á _ .jpg /path/ file뷰š -name .jpeg so when i want to: A) remove first file B) open all paths inside viewer "gwenview"...

I want to display duplicates across/among folders 1 a 2 which contains duplicates and exclude non cross-folder duplicates, meaning exclude duplicate pairs which are only within STDIN input folder for...