Find identical images

Started by Jokaste, May 08, 2019, 03:50:44 AM

Previous topic - Next topic

Jokaste


This program searches all jpg files in the current folder, computes the checksum usin Keccak algorithm.
The result is stored into a SQLite database. If the current checksum is not found into the database it is added.
If the checksum is found, the current jpg file is deleted.
At the end the database is deleted.
For loading images I use GFLSDK (XnView SDK)
You need to download the joint project and the files into following messahes. (Limitation 1Kb !)

Jokaste


Jokaste