Re: Import based on similarity
Remco Viëtor <[email protected]>
| Newsgroups | gmane.comp.kde.digikam.user |
|---|---|
| Message-ID | <2297441.Q6QOkjQ4in@manticore> |
On vendredi 12 septembre 2025 10:27:02 heure d’été d’Europe centrale Benoît Barbier wrote: > Hello, > > Is it possible to import based on similarity, or is it better to import > everything, then update the fingerprints and find duplicates based on > similarity? > > > Thanks, > > > -- > Benoît I think the fingerprints are required to determine similarity. So doing a similarity test *before* import would mean reading all files, calculate and store (where?) the fingerprints, and compare against the database. Then on import you will have to read all the files *again*... I don't think digikam offers the possibility to calculate fingerprints for files not in its database (so not yet imported). Remco