|
| ▲ | juliobbv 8 hours ago | parent | next [-] |
| Progressive AVIF is very flexible: it supports up to four passes, at configurable quality and dimension scaling levels. You can have any given pass reference up to two previous ones for refinement (thanks to AV1's strong inter-encoding capabilities), and you add filters to non-final passes (like blurring) to achieve a desired loading aesthetic. That JXL page happens to use two passes, but the knobs are there to customize the experience to fit the use case. |
| |
|
| ▲ | computerbuster 9 hours ago | parent | prev | next [-] |
| I believe wholeheartedly that AVIF's approach is significantly better UX. |
| |
| ▲ | zeratax 2 hours ago | parent | next [-] | | why? in jpeg xl i get an image quicker and i can see it getting better, so i know it's still loading while the avif one looks stuck for the majority of the time, which makes it look already done loading and just low quality to me. | |
| ▲ | oofdere 8 hours ago | parent | prev [-] | | What exactly is AVIF doing in this case that I can't do with two <img> tags at a smaller size? I can easily create a thumbnail that beats the AVIF quality in less than the 5KB delta between the static and progressive version in Squoosh. | | |
| ▲ | juliobbv 7 hours ago | parent [-] | | The quick answer is: you can have up to four passes. With progressive AVIF, you let the browser avoid rendering previous passes if a subsequent one has already been downloaded. It's more efficient and saves battery. |
|
|
|
| ▲ | est 9 hours ago | parent | prev [-] |
| Perhaps it's just a bad example. I suppose avif can support multiple "scans" of progressive encoding as well. |