nigeltao / qoi2-bikeshed

"Quite OK Image" version 2 discussions
33 stars 0 forks source link

Get inspiration from NBLI and a lossless image compression benchmark #44

Open WangXuan95 opened 3 weeks ago

WangXuan95 commented 3 weeks ago

I hope my work can help QOI2:

nigeltao commented 3 weeks ago

The compression ratio numbers for NBLI look impressive but bear in mind that QOI (and any possible QOI2) prioritizes (1) simplicity of implementation and (2) compression and decompression speed over (3) compression ratio.

Is there a description of what the NBLI codec actually is? There's the source code, obviously. I also skimmed the README.md's Acknowledgements section and there is a bunch of prior art mentioned but I didn't see an overview of how NBLI works algorithmically.