Commit Graph

3 Commits

Author SHA1 Message Date
ebd10eee22
hasher: Add cryptographic hashing functions.
For finding exact matches.
2018-11-28 06:15:16 +10:00
505bf93514
hasher: Convert hex representation to binary.
The raw representation produces a very sparse bitmap, we want binary for
efficiency, but the only way to get that is to convert from the hex
representation.
2018-11-28 05:05:00 +10:00
2d28d6d0ff
server, hasher: Add avatar image hashing.
This uses one of a number of supported algorithms to hash a given
avatar, namely `phash`, `dhash`, `average_hash` or `whash`.
2018-11-26 21:31:44 +10:00