I want to delete duplicates in a massive bunch of images. Well as I have dups of the same picture in a different resolution I will make the deletion myself. BUT I want to do this in linear time. So I thought it woud be smart to sort the images via renaming the images with an average color prefix with a little script. The problem is that I don't know any software that is able to compute the average color in the CLI. Is there any?
|
|
Finally I played around a while and found the ImageMagick software pack. It's great because it lets me do it in a one-liner in the console without the need for a script.
It just does nothing more than loop through the folder (precondition: it just contains images!), get the average color via Greets |
||||
|
|
|
If I understand your question correctly, you could do something like:
Which for your avatar ( That assumes |
||||
|
|

