←back to thread

148 points ibobev | 2 comments | | HN request time: 0.406s | source
Show context
pmarreck ◴[] No.45158990[source]
JPEG-XL, your time has come? ;)
replies(1): >>45167312 #
1. exDM69 ◴[] No.45167312[source]
GPU texture compression needs fixed bitrate for random access, usually 2 bits per pixel (128b for 8x8 block) with modern formats.

Jpeg or other variable bitrate compression schemes are not applicable.

replies(1): >>45176047 #
2. pmarreck ◴[] No.45176047[source]
Oh. Yeah, that makes sense. Certainly a technical requirement that is tricky to satisfy.