Delete duplicate images with different file names

5,745

I found an app that does this; it's called VisiPics:

http://www.visipics.info/

VisiPics does more than just look for identical files, it goes beyond checksums to look for similar pictures and does it all with a simple user interface. First, you select the root folder or folders to find and catalogue all of your pictures. It then applies five image comparison filters in order to measure how close pairs of images on the hard drive are.

All detected duplicates are shown side by side with pertinent information such as file name, type and size being displayed. Its auto-select mode let you choose if you want to keep the higher resolution picture, space-saving filetype, smaller filesize or all of the above. If you are insecure over what you really want to delete you can manually select the images you don't want to keep and delete them yourself.

Share:
5,745

Related videos on Youtube

Vincent Tang
Author by

Vincent Tang

I mostly develop with NodeJS / Javascript for full-stack applications, but I dabble in Python . I am a confident developer willing to learn new things as they come. Please check out my GitHub or go to my blog to learn more about projects I have done. Below are a few of my best answers and questions, not based on votes, but rather brevity and helpfulness. As well as projects I've made that solve real-world applications. I contribute to a number of communities besides StackOverflow, listed below QUESTIONS https://stackoverflow.com/questions/49546448/javascript-split-a-string-into-array-matching-parameters https://stackoverflow.com/questions/47853190/javascript-access-json-property https://stackoverflow.com/questions/48046036/javascript-how-to-get-json-data-with-api-call-to-redirected-url ANSWERS https://stackoverflow.com/questions/48598935/excel-seperating-showing-deleted-duplicated-data https://stackoverflow.com/questions/45741078/excel-vba-grab-ancestor-value-from-relational-data https://stackoverflow.com/questions/45493062/creating-url-paginator-with-excel-vba PROJECTS ExcelVBA - Bulk Downloader & Renamer Script used by 300+ database-developers for ETL and local backup COMMUNITIES Alternativeto.net and Software Recommendations Freecodecamp forums solutions SuperUser Forums CONTACT I live on US East Coast. You can reach me here :::::: vincentntang (at) gmail If you email me please write bananas in the subject line.

Updated on September 18, 2022

Comments

  • Vincent Tang
    Vincent Tang almost 2 years

    I have lots of images that have all the exact same metadata (size, the picture itself, etc) and the only difference between them is their file names.

    So say I have 10 images that all look the same, I only want to keep 1 of them. It doesn't matter which one. The other 9 need to be deleted.

    I have to repeat this for a few hundred images.

    Is there an easy, automated way of deleting all duplicate-look-alike images?