what is an image hash?
>>1499716What is google?https://inhope.org/EN/articles/what-is-image-hashing
>>1499718I don't know what Google is, maybe I'll make a >>>/wsr/ thread about it.
>>1499736What on earth is >>>/wsr/?
>>1499716https://www.youtube.com/watch?v=2BldESGZKB8Imagine a fingerprint but for data.
>>1499718mostly times google don't help
>>1499777that's because you're too stupid and/or lazy to look past the first sponsored link
>>1499780What's a sponsored link?
>>1499798A kind of sausage.
>>1499716it's like an image identification you use to look up images on desuarchive and 4plebsyou can also use it to look up webms
>>1499828kek
>>1499716An image is just a file, a bunch of bits.You can run an algorithm over it that calculates a fixed size number from any sized input. This reduces the possible space from potentially infinite (if image upload size wasn't restricted) to 2^[number of output bits], in this case 2^192.By indexing this number for each image you make EXACT duplicates easily searchable. The system has no idea WHAT those images are, but it knows they are the same file.Of course even though 2^192 is a massive number it CAN in fact happen that two different images produce the same result, that is called a COLLISION, but with the massive size of possible results this risk is regarded as irrelevant.