photohash

Crates.iophotohash
lib.rsphotohash
version0.1.2
sourcesrc
created_at2023-07-24 01:27:20.173267
updated_at2023-07-24 03:39:45.759048
descriptionTool for detecting duplicate photos and diffing directories
homepage
repositoryhttps://github.com/chadaustin/photohash
max_upload_size
id924136
size231,022
Chad Austin (chadaustin)

documentation

README

Building

NOTE: Requires nightly Rust for [iter_array_chunks](https://github.com/rust-lang/rust/issues/100450).

Ubuntu

sudo apt install -y cmake nasm

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

Windows

vcpkg install libheif:x64-windows-static
export VCPKGRS_DYNAMIC=1
cargo build
Commit count: 220

cargo fmt