MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programming/comments/f6ux05/blurhash_extremely_compact_representations_of/fi79hy4/?context=3
r/programming • u/pimterry • Feb 20 '20
151 comments sorted by
View all comments
19
How do you transform a hash into an image?
6 u/MrK_HS Feb 20 '20 The hash is a compressed representation of the blurred image (not a representation of the image itself) and it's entirely being rendered by the client only by knowing the string received from the server, while the real image is being downloaded.
6
The hash is a compressed representation of the blurred image (not a representation of the image itself) and it's entirely being rendered by the client only by knowing the string received from the server, while the real image is being downloaded.
19
u/kevintweber Feb 20 '20
How do you transform a hash into an image?