cbulock/ahash

Compute Average Hash (perceptual hash) for image likeness comparison

Installs: 13

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/cbulock/ahash

dev-master 2018-01-24 20:20 UTC

This package is not auto-updated.

Last update: 2025-09-27 20:09:14 UTC


README

Compute Average Hash (perceptual hash) for image likeness comparison

This is based on the algorithm presented here: http://www.hackerfactor.com/blog/index.php?/archives/432-Looks-Like-It.html

To use:

$ahash = new Cbulock\Ahash\Ahash('image.jpg');
echo $ahash->compute();