/pHashChecker

Primary LanguageC++GNU General Public License v3.0GPL-3.0

pHashChecker

A GUI tool using libpHash to search similar images in your system.

Make sure you have installed Qt 6.2.0+ in your system.

Install

# building pHashChecker
cd
git clone --recurse-submodules https://github.com/apocelipes/pHashChecker
mkdir build && cd build
cmake ..
make

# running
./pHashChecker

Screenshots

main_layout

progressing

image_viewer

image_viewer

TODO

  • unit testing
  • more settings
  • more animated effects