- QOI_COLOR_HASH
int QOI_COLOR_HASH(qoi_rgba_t C)
Undocumented in source. Be warned that the author may not have intended to support it.
- qoi_decode
void* qoi_decode(void* data, int size, qoi_desc* desc, int channels)
Decode a QOI image from memory.
- qoi_encode
void* qoi_encode(const(ubyte)* data, const(qoi_desc)* desc, int* out_len)
Undocumented in source. Be warned that the author may not have intended to support it.
- qoi_is_qoi_image
bool qoi_is_qoi_image(const(ubyte)[] imageData)
Undocumented in source. Be warned that the author may not have intended to support it.
- qoi_read_32
uint qoi_read_32(const(ubyte)* bytes, int* p)
Undocumented in source. Be warned that the author may not have intended to support it.
- qoi_write_32
void qoi_write_32(ubyte* bytes, int* p, uint v)
Undocumented in source. Be warned that the author may not have intended to support it.