This commit is contained in:
2019-12-27 15:43:06 -05:00
parent 0b8019bc1e
commit 20d01e80d9
2 changed files with 29 additions and 14 deletions

View File

@@ -11,9 +11,8 @@ for `fastimagehash-go` to compile.
package main
import (
"github.com/simon987/fastimagehash-go"
"fmt"
)
"github.com/simon987/fastimagehash-go" )
func main() {
hash, ret := fastimagehash.PHashFile("/path/to/image.jpg", 8, 4)