5 ms·
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, w
by SegmentTree 1y 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.
- wickedsight 1y agoIt uses hashing according to the site, so I highly doubt it.