Registry / utility / qoixx
library0.1.7vcpkgunverified

Single Header Quite Fast QOI(Quite OK Image Format) Implementation written in C++20

vcpkg install qoixx
INSTALL
IMPORT
SIG · QOIXX
Q
qoixx
utilitycppv0.1.7
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

qoi.hpp
#include <qoi.hpp>

Encode an RGBA image to QOI format

#include "qoi.hpp" #include <vector> int main() { std::vector<uint8_t> image(256 * 256 * 4); // RGBA // Fill image data... auto encoded = qoi::encode(image.data(), 256, 256, 4); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.7latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources

No resource links recorded.

qoixx — pip install qoixx · libregistry