std::compression::qoi

Public

Types

NameDescription
QOIDescDescriptor....
QOIColorspaceColorspace....
QOIChannelsChannels....

Functions

NameDescription
qoi::readRead and decode a QOI image from the file system....
qoi::decodeDecode a QOI image from memory....
qoi::writeEncode raw RGB or RGBA pixels into a QOI image and write it to the...
qoi::encodeEncode raw RGB or RGBA pixels into a QOI image in memory....

Globals

NameDescription
PIXELS_MAX

Private

Types

NameDescription
OpRun
OpLuma
OpDiff
OpIndex
OpRGB
Header
OpRGBA

Functions

NameDescription
qoi::hash
qoi::@extract
qoi::@enumcast

Globals

NameDescription
OP_RGBA
END_OF_STREAM
OP_DIFF
OP_INDEX
OP_RUN
OP_RGB
OP_LUMA