Skip to content

mafredri/findimagedupes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

findimagedupes License

findimagedupes finds visually similar or duplicate images.

Installation

findimagedupes uses rakyll/magicmime, which requires libmagic. Install it as follows:

  • Debian or Ubuntu: apt-get install libmagic-dev
  • RHEL, CentOS or Fedora: yum install file-devel
  • Mac OS X: brew install libmagic

Then

go get github.com/opennota/findimagedupes

Usage

Search for similar images in the ~/Images directory:

findimagedupes ~/Images

...and its subdirectories:

findimagedupes -R ~/Images

The same but use feh to display the duplicates.

findimagedupes -R -p feh ~/Images

If no arguments are specified, findimagedupes will print all the available arguments and their default values.

Also

There is a Perl script by that name, which uses a different hashing algorithm.

About

Find visually similar or duplicate images

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%