azr / phash

A simple perceptual hash library in pure Go.
MIT License
49 stars 4 forks source link

alternative recommendations #3

Closed scisci closed 6 years ago

scisci commented 9 years ago

Hi, the disclaimer in the README.md file says this package isn't what we're looking for. What do you suggest people using golang use for a phash library other than this one, if any? Is the best practice just to install phash and use go bindings? thanks!

azr commented 9 years ago

Hello @scisci,

I would recommend using go bindings with phash, yes. When I get lots of times I really look forward making this lib worth, but at the moment it's just a play around.

This lib can give you a head start: https://github.com/kavu/go-phash but it does not have many bindings :)

Hope that helps !

o/

ghost commented 9 years ago

@scisci look to imghash

scisci commented 9 years ago

@keq, I will do, in the mean time I noticed the go port of ImageMagick has phash in it, and was able to extract code from there: https://github.com/rainycape/magick/blob/master/phash.go

azr commented 6 years ago

Howdy,

I made one functionning DTC func that will give you a perceptual hash of an image 😃 , in case you are still interested