https://github.com/shredengineer/pyimagecompare
Compares all JPEG images in a folder and renames (enumerates) duplicates. Differences in resolution and quality don't matter!
https://github.com/shredengineer/pyimagecompare
Last synced: 11 months ago
JSON representation
Compares all JPEG images in a folder and renames (enumerates) duplicates. Differences in resolution and quality don't matter!
- Host: GitHub
- URL: https://github.com/shredengineer/pyimagecompare
- Owner: shredEngineer
- License: unlicense
- Created: 2020-11-26T16:28:54.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-26T17:18:44.000Z (over 5 years ago)
- Last Synced: 2025-01-21T09:23:58.722Z (over 1 year ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PyImageCompare
Copyright © 2020 by Paul Wilhelm <>
Compares all JPEG images in a folder and renames (enumerates) duplicates. Differences in resolution and quality don't matter!
This program loads all images in a folder, generates grayscale thumbnails and calculates the cross-image power.
It then renames (enumerates) similar image pairs such that you can examine and delete the duplicates afterwards.
The ``DUP_xxxx_A_…`` files should always be the bigger ones, so you are probably safe to delete the ``DUP_xxxx_B_…`` files.
*Tested with Python 3.8 in Ubuntu 20.04*
*Note:* You should upgrade pillow if you get metadata errors: ``python3 -m pip install pillow --upgrade``