Commit Graph

  • 33ff96e45f Add json marshaling/unmarshaling master Timmy Welch 2024-08-11 19:57:15 -0700
  • 003cba6e1b Fix data race Timmy Welch 2024-08-10 16:08:38 -0700
  • 88dd4778eb Fix bufPool Timmy Welch 2024-08-05 13:56:02 -0700
  • 5cd3cb8dcf staticcheck fixes Timmy Welch 2024-08-04 18:24:04 -0700
  • fb3adaa0a1 Update pre-commit Timmy Welch 2024-08-04 17:22:06 -0700
  • aa1fe89e96 Performance Timmy Welch 2024-08-04 17:21:58 -0700
  • cb5a8237c4 Update module path Timmy Welch 2024-05-01 18:06:48 -0700
  • 53bce1cdc2 Add testing system Timmy Welch 2024-05-01 17:59:11 -0700
  • 1ca06a1968 Make compliant with python imagehash Timmy Welch 2024-04-05 17:29:03 -0600
  • d8115886f3
    gh-63: Return error if other is nil (#64) Donghee Na 2024-01-21 22:47:06 +0900
  • d68e89bd8f
    Increase test coverage to 96.6% (#61) Wu Tingfeng 2023-05-03 22:52:14 +0800
  • 464cef2de9
    fix: typo in README.md (#58) Petrichor 2022-10-09 19:42:03 +0800
  • 571ae3865a
    Performance improvement (#56) evanoberholster 2022-09-08 02:20:33 -0400
  • 4662ac9320
    github: Update CIs (#55) Dong-hee Na 2022-05-26 22:58:40 +0900
  • 9b83979be0 README: Release v1.1.0 Dong-hee Na 2022-05-26 18:37:45 +0900
  • 45da7a6fef
    Refactored Perceptionhash for performance (#54) evanoberholster 2022-05-26 02:56:47 -0400
  • 3dc330e270
    github: Fix github action (#46) Dong-hee Na 2020-12-28 02:35:04 +0900
  • b94d000de0 github: Create FUNDING.yml Dong-hee Na 2020-12-26 19:21:45 +0900
  • 5e074e7151
    goimagehash: Update README.md (#44) Dong-hee Na 2020-10-03 15:33:01 +0900
  • bcad56853e
    .github: Add go 1.14.x (#43) Dong-hee Na 2020-09-30 22:43:22 +0900
  • 3496d08ef7
    github: Add latest version (#40) Dong-hee Na 2020-02-11 11:19:25 +0900
  • c9ea1a6596 Update dependencies from go module and dep tool. (#36) Rafael Cossovan 2019-12-07 11:29:03 -0300
  • daf77da1c6
    Update github action to use gomodule (#39) Dong-hee Na 2019-12-07 10:50:05 +0900
  • cd85f5fb0f README: Update Dong-hee Na 2019-12-06 15:48:16 +0900
  • 3a999480e9
    gh-37: Add workflow file for Github Action (#38) Dong-hee Na 2019-12-06 15:36:49 +0900
  • 8be960c20e Fix typo on the GoDoc for LoadImageHash. (#35) Eric Levine 2019-11-25 21:07:35 -0800
  • 9343c64188 Add go.mod. (#34) Berkant Ipek 2019-11-22 00:34:50 +0300
  • 0069c5147b
    .travis.yml: Update .travis.yml (#33) Dong-hee Na 2019-10-01 00:29:20 +0900
  • 32a1fdcbe8 Fix typo in README.md (#32) dirtsea 2019-09-08 02:03:41 +1000
  • 6392b0bac9
    all: Add more test (#30) Dong-hee Na 2019-03-19 23:10:52 +0900
  • 14aa1e136f
    dct: Improve DCT1D to O(nlogn) algorithm (#29) Dong-hee Na 2019-03-19 13:52:44 +0900
  • c61f6c69fb .travis.yml: Update travis Dong-hee Na 2019-03-19 00:06:41 +0900
  • 138a26ae46 README.md: Update README.md Dong-hee Na 2019-03-19 00:06:12 +0900
  • 3e058be50d
    hashcompute: Update Extend API (#28) Dong-hee Na 2019-03-18 23:53:09 +0900
  • 161b6f5676
    hashcompute: Redesign XXXHashExtend API interface (#27) Dong-hee Na 2019-03-18 21:40:16 +0900
  • 0876a2adc2
    dct: Process dct algorithm in multiple goroutine (#26) Dong-hee Na 2019-03-18 21:09:40 +0900
  • 47321c08d3
    imagehash: Create a new API Bits() (#25) Dong-hee Na 2019-03-17 15:42:07 +0900
  • 84eb1859d0
    imagehash: Add new serialization API dump/load. (#24) Dong-hee Na 2019-03-17 11:34:56 +0900
  • 7558e00b90 README.md: Update Dong-hee Na 2019-03-16 23:22:05 +0900
  • 20cafe6017
    hashcompute: Fix 64bits unaligned size case (#23) Dong-hee Na 2019-03-16 23:15:32 +0900
  • 58a4aa88ab
    hashcompute: Fix bit set index (#22) Dong-hee Na 2019-03-16 17:22:57 +0900
  • 5f00903fec README.md: Update README.md Dong-hee Na 2019-03-16 01:01:25 +0900
  • bafc8a21c3 readme: Update readme.md Dong-hee Na 2019-03-16 00:54:05 +0900
  • 5f56e8609c
    DifferenceHashExtend: Implement DifferenceHashExtend (#21) Dong-hee Na 2019-03-16 00:47:57 +0900
  • b535580cae
    AverageHashExtend: Implement AverageHashExtend and fix bugs (#20) Dong-hee Na 2019-03-16 00:26:38 +0900
  • c41a59a872 add PerceptionHashExtend function (#18) Alex 2019-02-08 18:02:25 +0900
  • 81672d7016 .travis.yml: Update Go 1.11 Dong-hee Na 2018-10-01 17:21:06 +0900
  • d41c941ded transforms: Fix the logic which getting a size of image Dong-hee Na 2018-08-19 16:28:14 +0900
  • 9435cae35d
    Update README.md Dong-hee Na 2018-05-12 00:53:41 +0900
  • 6995fa9b0c goimagehash: Add test Dong-hee Na 2018-05-10 11:47:10 +0900
  • e588da1f67 goimagehash: Update README.md Dong-hee Na 2018-05-09 09:37:49 +0900
  • 1903317145 goimagehash: Fix quickselect algorithm to pick median value. Dong-hee Na 2018-05-08 12:54:48 +0900
  • ad2b6ded3b Use bits.OnesCount64 when available Dominik Honnef 2018-05-02 15:40:49 +0200
  • 7f23d56ee5 goimagehash: Add badge Dong-hee Na 2018-04-01 16:55:03 +0900
  • f148dae87d goimagehash: Add codecov Dong-hee Na 2018-04-01 16:42:33 +0900
  • be737c1d73 travis: Update golang version. Dong-hee Na 2018-03-02 18:28:28 +0900
  • dbc186a437 Update AUTHORS Dong-hee Na 2017-11-17 14:31:08 +0900
  • 71a79d6ce7 added serialization unit tests Gustavo Brunoro 2017-11-16 17:32:11 -0200
  • 139dd89622 renames hashKind to Kind on unit test Gustavo Brunoro 2017-11-16 04:01:38 -0200
  • 40b64eda79 adds hex serialization methods to ImageHash Gustavo Brunoro 2017-11-14 19:53:03 -0200
  • 22bcbf7685 goimagehash: Make go report card happy. Dong-hee Na 2017-08-04 00:57:27 +0900
  • b969cb59dc goimagehash: Fix typo. Dong-hee Na 2017-08-03 22:35:50 +0900
  • 2b9c664be8 Update docs. Dong-hee Na 2017-07-31 23:24:04 +0900
  • 7aba8954cd [goimagehash] First implement. Dong-hee Na 2017-07-29 02:18:24 +0900
  • 7312a138c1 Initial commit Dong-hee Na 2017-07-29 02:15:59 +0900