photohash

Crates.iophotohash
lib.rsphotohash
version0.1.8
created_at2023-07-24 01:27:20.173267+00
updated_at2025-10-24 04:13:06.077927+00
descriptionTool for detecting duplicate photos and diffing directories
homepage
repositoryhttps://github.com/chadaustin/photohash
max_upload_size
id924136
size4,803,743
Chad Austin (chadaustin)

documentation

README

Building

Ubuntu 24.04

sudo apt install -y build-essential cmake nasm pkg-config libheif-dev libsqlite3-dev libz-dev

Ubuntu 22.04

sudo apt install -y build-essential cmake nasm pkg-config libsqlite3-dev

sudo add-apt-repository ppa:strukturag/libheif
sudo add-apt-repository ppa:strukturag/libde265
sudo apt update
sudo apt install -y libheif-dev

Debian

sudo apt install -y build-essential cmake nasm pkg-config libheif-dev libsqlite3-dev

Windows

Install CMake and nasm.exe.

cargo install cargo-vcpkg
cargo vcpkg build
cargo build
Commit count: 327

cargo fmt