![]() |
Prusa Slicer 2.6.0
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | qoi_desc |
Macros | |
| #define | QOI_SRGB 0 |
| #define | QOI_LINEAR 1 |
Functions | |
| int | qoi_write (const char *filename, const void *data, const qoi_desc *desc) |
| void * | qoi_read (const char *filename, qoi_desc *desc, int channels) |
| void * | qoi_encode (const void *data, const qoi_desc *desc, int *out_len) |
| void * | qoi_decode (const void *data, int size, qoi_desc *desc, int channels) |
| struct qoi_desc |
| #define QOI_LINEAR 1 |
| #define QOI_SRGB 0 |
Referenced by Slic3r::GCodeThumbnails::compress_thumbnail_qoi().
Here is the caller graph for this function: