|
|
|
|
|
by bscphil
2146 days ago
|
|
The codec you're thinking of is FLIF. [1] The issue with doing this is not with the basic idea, obviously it would be desirable if we could do it, but with the fact that it's actually much less efficient to encode the entire file this way if you want real progressive loading (i.e. stop at any point). It's much more reasonable at present to just dynamically load a reasonably sized image for the current viewport, even before you get to issues like format support. [1] https://flif.info |
|