photohash

Crates.iophotohash
lib.rsphotohash
version0.1.5
sourcesrc
created_at2023-07-24 01:27:20.173267
updated_at2024-11-03 22:21:08.908028
descriptionTool for detecting duplicate photos and diffing directories
homepage
repositoryhttps://github.com/chadaustin/photohash
max_upload_size
id924136
size4,758,730
Chad Austin (chadaustin)

documentation

README

Building

Ubuntu

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

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

Windows

cargo install cargo-vcpkg
cargo vcpkg build
export VCPKGRS_DYNAMIC=1
cargo build
Commit count: 278

cargo fmt