Skip to content
/ pHash Public
forked from aetilius/pHash

pHash - the open source perceptual hash library

License

Notifications You must be signed in to change notification settings

allape/pHash

 
 

Repository files navigation

Docker Hub

Build on Alpine

apk update
apk add build-base cmake git autoconf automake libtool
apk add cimg libpng-dev libjpeg-turbo-dev tiff-dev

cmake .
libtoolize --force
aclocal
autoheader
autoconf
automake --add-missing
./configure --enable-video-hash=no --enable-audio-hash=no
make && make install

About

pHash - the open source perceptual hash library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 28.5%
  • Shell 27.0%
  • C 23.2%
  • M4 8.3%
  • PHP 6.0%
  • Makefile 3.5%
  • Other 3.5%