It allows storing a full 8x8 pixel image in 32 Bytes (4 bits per RGB pixel).
That sounds inferior. From the article:
> ThumbHash: ThumbHash encodes a higher-resolution luminance channel, a lower-resolution color channel, and an optional alpha channel.
You want more bits in luminance. And you probably also don't want sRGB.
A software decoder would be tiny and you can use an existing good BC1 encoder.
It allows storing a full 8x8 pixel image in 32 Bytes (4 bits per RGB pixel).