Results 1 issues of Erbol

My question is can i use colorhash to find similarity of image in percentage. Example: ```python test = imagehash.colorhash(Image.open(path1), binbits=64) test_2 = imagehash.colorhash(Image.open(path2), binbits=64) print(test - test_2) ``` let's imagine...