imagedatadupes

Duplicate image finder
git clone git://lumidify.org/imagedatadupes.git (fast, but not encrypted)
git clone https://lumidify.org/git/imagedatadupes.git (encrypted, but very slow)
git clone git://4kcetb7mo7hj6grozzybxtotsub5bempzo4lirzc3437amof2c2impyd.onion/imagedatadupes.git (over tor)
Log | Files | Refs | README | LICENSE

README (591B)


      1 REQUIREMENTS: Perl 5  Image::ExifTool  Image::Magick  File::MimeInfo::Magic
      2 
      3 imagedatadupes compares image files to check for duplicates and optionally
      4 deletes them. Duplicates are found even if the files are not identical,
      5 as long as the image data is the same, and the metadata is similar enough
      6 based on certain criteria.
      7 
      8 See imagedatadupes -h for the full documentation.
      9 
     10 Alternatively, install it with 'make install' (as root; this just generates
     11 a man page and copies imagedatadupes and the generated man page to the
     12 appropriate system directories) and then run 'man imagedatadupes'.