You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried this library and the outputs for any of the algos dont match with the output for python. I am using the images called peppers.png and imagehash.png that are available in the python repo called imagehash by Johannes Buchner.
Did anyone else notice this?
and also, the functionality for hashSize in functions isnt implemented ... like how we have option to add hashSize int variable for average_hash algorithm in python. The same function in Go doesnt have this.
along with this, in python they use LANCZOS algorithm for resizing and in Go we are using Bilinear algorithm.
The text was updated successfully, but these errors were encountered:
I tried this library and the outputs for any of the algos dont match with the output for python. I am using the images called
peppers.png
andimagehash.png
that are available in the python repo called imagehash by Johannes Buchner.Did anyone else notice this?
and also, the functionality for hashSize in functions isnt implemented ... like how we have option to add hashSize int variable for average_hash algorithm in python. The same function in Go doesnt have this.
along with this, in python they use LANCZOS algorithm for resizing and in Go we are using Bilinear algorithm.
The text was updated successfully, but these errors were encountered: