An open API service indexing awesome lists of open source software.

https://github.com/gvozdevleonid/dropdup

Code for an application that allow to find copies of images.
https://github.com/gvozdevleonid/dropdup

Last synced: 8 months ago
JSON representation

Code for an application that allow to find copies of images.

Awesome Lists containing this project

README

          

# DropDup
![logo](https://github.com/GvozdevLeonid/DropDup/assets/87101242/80b27c29-539f-4243-bdab-a1f3f7cd94f2)

Code for an application that allow to find copies of images.

The image comparison is hash based. Some algorithms are taken from https://github.com/bjlittle/imagehash.
The application has the ability to select different algorithms (phash, rhash, ahash, dhash), threshold, hash size, and each of these algorithms can be run through a cropping-resistant image encryption algorithm.

The code is provided as is and without any obligation. You can do whatever you want with this code.