logoalt Hacker News

k2xltoday at 12:33 PM2 repliesview on HN

Thanks for sharing. I didn’t even know this type of thing had multiple algorithms.

Can you share what are the reasons someone may want to compress and image to 16 bytes?


Replies

montrosertoday at 12:45 PM

For image placeholders while the real image is loading. At 16 bytes, that can easily be just another attribute on an html img tag.

show 1 reply
lifthrasiirtoday at 12:38 PM

These things are called Low-Quality Image Placeholders (LQIP) and frequently used for front-end performance engineering.