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'.