Show HN: SplatHash – A lightweight alternative to BlurHash and ThumbHash
Summary
SplatHash compresses any image into exactly 16 bytes and decodes it to a 32×32 blurry preview in 0.067 ms. It provides bit-for-bit identical hashes across Go, TypeScript/JS, and Python, with benchmarks comparing to ThumbHash and BlurHash. The repo details its Gaussian-based encoding in Oklab, installation options, and MIT license.