This plugin adds support for the QOI bitmap file format to 3ds Max.
It’s available for free on GitHub: https://github.com/kaetemi/qoi-max
QOI, the “Quite OK Image Format”, is a recently developed open-source lossless bitmap format that offers much faster encoding and decoding speeds, when compared to PNG, with similar resulting file sizes.
More info about QOI itself can be found at https://qoiformat.org/.
Replies
lovely
but
maxes out at 8bits per channel ?
I guess that's why it's QOI and not OI? 🤷♂️
Yep. 8 bits per channel, optional alpha, and either linear or sRGB color space. It's intentionally as simple as possible.
Precisely. 😎