We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hello guys, i found some panic case details below:
OS: Mac OS & Ubuntu 18.0.4 short description:
example error: github.com/corona10/goimagehash/transforms.FlattenPixels(0xc000f8e000, 0x3f, 0x3f, 0x38, 0x3f, 0x4a74e40, 0xc0029ec280, 0xc0000da030) /Users/maulanaoktofitriadi/go/pkg/mod/github.com/corona10/goimagehash@v1.0.3/transforms/pixels.go:35 +0xe1 github.com/corona10/goimagehash.ExtAverageHash(0x4a74e40, 0xc00004a100, 0x38, 0x3f, 0x0, 0x0, 0xc002566780) /Users/maulanaoktofitriadi/go/pkg/mod/github.com/corona10/goimagehash@v1.0.3/hashcompute.go:133 +0xbf gitlab.com/prakerja/worker-check-ktp/handler.ProcessingData.func2(0xc0023faf20, 0xc00241b9e0, 0xc0001c4000, 0xc00242fda0, 0x1f) /Users/maulanaoktofitriadi/go/src/gitlab.com/pr/worker-check-ktp/handler/worker.go:83 +0x5ee created by gitlab.com/pr/worker-check-ktp/handler.ProcessingData /Users/maulanaoktofitriadi/go/src/gitlab.com/pr/worker-check-ktp/handler/worker.go:48 +0x339
somehow when iam using ExtAverageHash or ExtDifferenceHash function then i got index out of range
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hello guys, i found some panic case details below:
OS: Mac OS & Ubuntu 18.0.4
short description:
example error:
github.com/corona10/goimagehash/transforms.FlattenPixels(0xc000f8e000, 0x3f, 0x3f, 0x38, 0x3f, 0x4a74e40, 0xc0029ec280, 0xc0000da030)
/Users/maulanaoktofitriadi/go/pkg/mod/github.com/corona10/goimagehash@v1.0.3/transforms/pixels.go:35 +0xe1
github.com/corona10/goimagehash.ExtAverageHash(0x4a74e40, 0xc00004a100, 0x38, 0x3f, 0x0, 0x0, 0xc002566780)
/Users/maulanaoktofitriadi/go/pkg/mod/github.com/corona10/goimagehash@v1.0.3/hashcompute.go:133 +0xbf
gitlab.com/prakerja/worker-check-ktp/handler.ProcessingData.func2(0xc0023faf20, 0xc00241b9e0, 0xc0001c4000, 0xc00242fda0, 0x1f)
/Users/maulanaoktofitriadi/go/src/gitlab.com/pr/worker-check-ktp/handler/worker.go:83 +0x5ee
created by gitlab.com/pr/worker-check-ktp/handler.ProcessingData
/Users/maulanaoktofitriadi/go/src/gitlab.com/pr/worker-check-ktp/handler/worker.go:48 +0x339
somehow when iam using ExtAverageHash or ExtDifferenceHash function then i got index out of range
The text was updated successfully, but these errors were encountered: