Closed NickYadance closed 5 years ago
@NickYadance short answser: no.
Even if it's not possible to reconstruct the original image, the image signature does not have the same properties of a hash function. The image signature contains information like: "this area is brighter than this other area", so there is some information leakage.
Think of the image signature as a really really downsampled (pixellated), black and white version of the original image.
The code that downsamples the image uses, by default, a 9×9 grid. This value can be customized tho. Here is the documentation:
@vrde thank u for ur answer. got it now
Say someone gets the signature of a picture , it that possible that he get the original image by processing the signature???