Hacker News new | ask | show | jobs
by SegmentTree 340 days ago
Thanks for the showcase.

I have a question: Can your tool detect duplicates with lower resolution? A typical use case would be images received via chat apps, which are often downscaled to save bandwidth. If I have a higher quality version, I'd like to keep only the larger one.

1 comments

It uses hashing according to the site, so I highly doubt it.