Add LibVersion string

This commit is contained in:
2019-12-28 10:27:26 -05:00
parent 41fab32cee
commit 51613b1541
2 changed files with 6 additions and 0 deletions

View File

@@ -6,6 +6,8 @@ import (
)
func main() {
fmt.Println(fastimagehash.LibVersion);
hash, ret := fastimagehash.PHashFile("/path/to/image.jpg", 8, 4)
if ret == fastimagehash.Ok {