man findimagedupes (Commandes) - finds similar or duplicate images
NAME
findimagedupes - finds similar or duplicate images
SYNOPSIS
findimagedupes [options] file1 file2
DESCRIPTION
This manual page documents briefly the findimagedupes command. This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page.
findimagedupes is a commandline utility which performs a rough "visual diff" to two images. This allows you to compare two images or a whole tree of images and determine if any are similar or identical. The program can optionally export a GQView compatible collection file, so you can deal with the duplicates visually. On common image types, findimagedupes seems to be around 98% accurate.
OPTIONS
A summary of options is included below.
- -h
- Show summary of options.
- -rescan
- Rescan fingerprints of all files in directory.
- -f <file>
- Use <file> as image fingerprint database.
- -d <dir>
- Scan <dir> instead of current directory.
- -t <num>
- Use <num> as threshold% of similarity (default 90).
- -v <program>
- Launch <program> (in bg) to view each set of dupes.
- -c <file>
- Create GQView collection <file>.gqv of duplicates.
- <file1> <file2>
- Diff just those two files, using -v if present (other options ignored if files are specified).
- -p
- Only valid when files specified; prints the hex of the actual fingerprint of each file.
- -g
- GUI mode: produce only machine-friendly output.
AUTHOR
This manual page was written by Dr. Guenter Bechly <gbechly@debian.org>, for the Debian GNU/Linux system (but may be used by others).