https://github.com/greg-kennedy/jpeg_dupe_test
A simple tool to find duplicate JPEG files.
https://github.com/greg-kennedy/jpeg_dupe_test
duplicate-files jpeg
Last synced: over 1 year ago
JSON representation
A simple tool to find duplicate JPEG files.
- Host: GitHub
- URL: https://github.com/greg-kennedy/jpeg_dupe_test
- Owner: greg-kennedy
- License: unlicense
- Created: 2018-04-18T02:02:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-18T02:05:53.000Z (over 8 years ago)
- Last Synced: 2025-02-05T16:47:51.608Z (over 1 year ago)
- Topics: duplicate-files, jpeg
- Language: Perl
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Photo Dupe Finder
Greg Kennedy 2012
Got dupes? I did. And various photo-manip tools had added their own EXIF headers over the years, but left the original data unchanged. So I wrote a tool (mainly shelling out to `jpegtran`) to find them.
**There are much better photo duplicate finders out there - including some that use visual similarity - but this worked for me.**
Identifies duplicate photos by image data:
* strips EXIF info and converts to optimize + progressive
* before performing MD5 on image data
## Requires "jpegtran" application from libjpeg project
Mac users: http://www.phpied.com/installing-jpegtran-mac-unix-linux/