std::compression::qoi
Public
Types
| Name | Description |
|---|---|
| QOIDesc | Descriptor.... |
| QOIColorspace | Colorspace.... |
| QOIChannels | Channels.... |
Functions
| Name | Description |
|---|---|
| qoi::read | Read and decode a QOI image from the file system.... |
| qoi::decode | Decode a QOI image from memory.... |
| qoi::write | Encode raw RGB or RGBA pixels into a QOI image and write it to the... |
| qoi::encode | Encode raw RGB or RGBA pixels into a QOI image in memory.... |
Globals
| Name | Description |
|---|---|
| PIXELS_MAX |
Private
Types
| Name | Description |
|---|---|
| OpRun | |
| OpLuma | |
| OpDiff | |
| OpIndex | |
| OpRGB | |
| Header | |
| OpRGBA |
Functions
| Name | Description |
|---|---|
| qoi::hash | |
| qoi::@extract | |
| qoi::@enumcast |
Globals
| Name | Description |
|---|---|
| OP_RGBA | |
| END_OF_STREAM | |
| OP_DIFF | |
| OP_INDEX | |
| OP_RUN | |
| OP_RGB | |
| OP_LUMA |