Skip to content

Problem with duplicated images #1638

@mjamroz

Description

@mjamroz

To reproduce:

> cp -r shrooms_inatur_images/Amanita_muscaria/ tests/1
> cp -r shrooms_inatur_images/Amanita_muscaria/ tests/2
> cp -r shrooms_inatur_images/Amanita_muscaria/ tests/3
> find shrooms_inatur_images/Amanita_muscaria/|wc -l
2974
> find tests|wc -l
8923
> czkawka image -D AEO  -d tests
> find tests|wc -l
2985
> ls tests/3
1a6f0ad70b86f4a45690148364b3495c.jpeg  2bfc74959226c2951ce36088ed84536b.jpg  318f601ccbd4f152da77d77aa739982a.jpg  694809468933752baa6eee5ec584fb0e.jpg
> czkawka --version
czkawka 10.0.0

As you can see, after czkawka im getting 2985 but i should get max 2974 elements (assuming shrooms_inatur_images/Amanita_muscaria/ contains no dupes). 2985 > 2974 which means not all dupes were removed.

Attached please find some photos which were left duplicated (the ones from tests/3).

Image
Image
Image
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions