LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Which program to search for duplicate pictures (https://www.linuxquestions.org/questions/linux-software-2/which-program-to-search-for-duplicate-pictures-398737/)

Dominique_71 01-02-2006 03:45 PM

Which program to search for duplicate pictures
 
Hi,

My pictures collection is slowly growing with time, and I need a program that can search for duplicates on about 15'000 files and where I can delete them.

I have try a few, among them kimdaba. It is slow but work. The problem is at the delete buton is very close to the end button, and when I close the search windows by mistake, I must re-run the whole search process and wait to the next day.

Is it other alternatives?

Penguin of Wonder 01-02-2006 04:02 PM

Maybe it would be better if you searched through your pics in groups. If you search through less files at one time it won't take so long. How are your pictures sorted, or are they sorted at all?

generic_genus 01-02-2006 06:19 PM

I suggest using diff in a bash script which checks each file against each other and moves/delete any matching images. This approach would probably be porcessor intensive (especially with so many images) but it would get the job done.

I may get time tommorrow to write a script for you, but times tight at the moment so don't count on it.

Dominique_71 01-03-2006 03:54 AM

My files are on a tree with one dir and 4 subdir.

Where kimdaba is doing a very good job is at it find duplicates even when the size differ and/or when picture parameters as luminance differ. I am trying gqview just now. It work but is very, very slow when deleting some file.

So maybe the good clue is to search through my pics in groups, as suggested by Penguin of Wonder.

Dominique_71 01-03-2006 04:07 AM

My files are on a tree with one dir and 4 subdir.

Where kimdaba is doing a very good job is at it find duplicates even when the size differ and/or when picture parameters as luminance differ. I am trying gqview just now. It work but is very, very slow when deleting some file.

So maybe the good clue is to search through my pics in groups, as suggested by Penguin of Wonder.


All times are GMT -5. The time now is 08:57 PM.