Skip to content

shredEngineer/PyImageCompare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PyImageCompare

Copyright © 2020 by Paul Wilhelm <anfrage@paulwilhelm.de>

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

About

Compares all JPEG images in a folder and renames (enumerates) duplicates. Differences in resolution and quality don't matter!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages