ThumbHash
Evan Wallace
π‘ Pick it when you want more recognizable, compact placeholders with aspect-ratio and transparency support.
ThumbHash is an open-source image placeholder algorithm that encodes compact visual previews, including approximate color, aspect ratio, and transparency. It targets developers...
Pros
- Usually conveys more image structure and color detail than BlurHash
- Encodes aspect ratio and transparency in addition to approximate appearance
- Compact binary representation can be converted to short strings or byte arrays
Cons
- Has a smaller ecosystem and fewer integrations than BlurHash
- Decoding and encoding APIs are less standardized across platforms
- More detailed previews can require slightly larger payloads
Free, open source