|
|
|
|
|
by flohofwoe
1645 days ago
|
|
I bet you can split big images into smaller QOI encoded chunks and decode those in parallel. QOI is simple enough to remix the file format as much as you want in your own encoder/decoder (that's actually the USP), it's not meant as a standardized image exchange format, just something that lives in your own asset pipeline. |
|