Int64 is not displayed correctly

Hey all,

I’m workin on a perceptual hashing library for VL, using DupImageLib. You can find it in this repo.

As you can see on the demo patch, AverageHash outputs an Int64. With the test images provided in the repo, the number seems to be too big and the IOBox displays 0. But if you hover it, it will display the correct value :

img1

If I use a different image that creates a smaller hash, the value is correctly displayed. But if re-use the image that was resulting in a “too big” hash, the IOBox keeps the previous value but still give the correct one on hover :

img2

Thanks in advance !

seb

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.