findimagedupes
findimagedupes copied to clipboard
Finds visually similar or duplicate images
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...
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...
I see the output puts similar files on one line. Is it possible to also include the % similarity for each of them?
I have tried multiple installation schemes, but it cannot be installed on mac, how can I install it correctly?
Given: ``` db1 = { img1 => fp1a, img2 => fp2 } db2 = { img1 => fp1b, img2 => fp2 } ``` it looks like: `findimagedupes -f db1 -f...
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...
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...
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...
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...