Skip to content

Releases: corona10/goimagehash

v1.1.0

26 May 13:59
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.3...v1.1.0

v1.0.3

03 Oct 06:33
5e074e7
Compare
Choose a tag to compare
  • Add workflow for GithubAction
  • Fix typo on the GoDoc for LoadImageHash

v1.0.2

22 Nov 08:12
Compare
Choose a tag to compare
Add go.mod. (#34)

* Add go.mod.

* Remove `go` directive in go.mod.

v1.0.1

19 Mar 14:24
6392b0b
Compare
Choose a tag to compare

Release note v1.0.1

  • Perception/ExtPerception hash creation times are reduced

v1.0.0

18 Mar 15:08
Compare
Choose a tag to compare

v1.0.0

IMPORTANT
goimagehash v1.0.0 does not have compatible with the before version for future features

v0.3.0

15 Mar 16:03
Compare
Choose a tag to compare

Release note v0.3.0

Now, goimagehash supports extension hashes which the size can be set larger than uint64.

v0.2.0

08 May 04:36
Compare
Choose a tag to compare

Release note v0.2.0

  • Perception Hash is updated.
  • Fix a critical bug of finding median value. 1903317

v0.1.0

03 May 01:27
Compare
Choose a tag to compare

Release note v0.1.0

  • Support Average hashing
  • Support Difference hashing
  • Support Perception hashing
  • Use bits.OnesCount64 for computing Hamming distance by @dominikh ad2b6de
  • Support hex serialization methods to ImageHash by @brunoro 40b64ed