Remove duplicate images

Olivier Nicole olivier.nicole at cs.ait.ac.th
Fri Oct 25 04:58:40 UTC 2013


Gary,

>> Does it exist a tool in the ports that can help removing the duplicate
>> images in a directory?
>         how about usinf "find" to locate the file?  it has a builtin remove
>         syntax.  if not, then
>
>         find -name "imagefile"|xargs rm
>
>         might would.

Thanks, I am looking for something a bit more sophisticated, that can
find images that have been resized, rotated, gone through some
transformations, changed format (gif to png), etc.

Find is a bit too simple for that purpose.

Best regards,

Olivier


More information about the freebsd-questions mailing list