https://github.com/apocelipes/phashchecker
https://github.com/apocelipes/phashchecker
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/apocelipes/phashchecker
- Owner: apocelipes
- License: gpl-3.0
- Created: 2021-01-08T01:39:06.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-06-20T08:16:14.000Z (7 months ago)
- Last Synced: 2025-06-20T09:26:29.253Z (7 months ago)
- Language: C++
- Size: 1.96 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pHashChecker
A GUI tool using libpHash to search similar images in your system.
Make sure you have installed Qt 6.5.0+ in your system.
## Install
```bash
# building pHashChecker
git clone --recurse-submodules https://github.com/apocelipes/pHashChecker
cd pHashChecker
mkdir build && cd build
cmake ..
make
# running
./pHashChecker
```
To support AVIF images, you need to install `libheif` in your system:
```bash
# Ubuntu
sudo apt install libheif1 libheif-dev
# Arch Linux
sudo pacman -S libheif
```
To support WebP images, you need to install `libwebp`:
```bash
# Ubuntu
sudo apt install libwebp-dev
# Arch Linux
sudo pacman -S libwebp
```
In addition, it's better to install `imagemagick` on your system:
```bash
# Ubuntu
sudo apt install imagemagick
# Arch Linux
sudo pacman -S imagemagick
```
## Screenshots




## TODO
- [ ] unit testing
- [ ] more settings