|
|
|
|
|
by londons_explore
3388 days ago
|
|
I don't really understand why they would be slower to decode. It's really just the same data ordered differently in the file. I can see that if you try to render an incomplete file you might end up "wasting" effort blitting it to the screen and stuff before the rest of the data is decoded. But if thats a concern, one can simply rearrange the data back to scanline order and decode as normal? |
|