NO

Author Topic: Find identical images  (Read 1333 times)

Jokaste

  • Guest
Find identical images
« on: May 08, 2019, 03:50:44 AM »

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

  • Guest
Re: Find identical images
« Reply #1 on: May 08, 2019, 03:51:50 AM »
LibGfl SDK

Jokaste

  • Guest
Re: Find identical images
« Reply #2 on: May 08, 2019, 03:52:32 AM »
SQLite3 SDK