Pelles C forum

C language => Beginner questions => Topic started by: Jokaste on May 08, 2019, 03:50:44 AM

Title: Find identical images
Post by: Jokaste on May 08, 2019, 03:50:44 AM

This program searches all jpg files in the current folder, computes the checksum usin Keccak (https://keccak.team/) algorithm.
The result is stored into a SQLite database (https://www.sqlite.org/2019/sqlite-dll-win64-x64-3280000.zip). 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 (https://www.xnview.com/en/GFL/index.php) (XnView SDK)
You need to download the joint project and the files into following messahes. (Limitation 1Kb !)
Title: Re: Find identical images
Post by: Jokaste on May 08, 2019, 03:51:50 AM
LibGfl SDK
Title: Re: Find identical images
Post by: Jokaste on May 08, 2019, 03:52:32 AM
SQLite3 SDK