- QOI_COLOR_HASH
uint QOI_COLOR_HASH(qoi_rgba_t C)
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_read_32f
float qoi_read_32f(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.
- qoi_write_32f
void qoi_write_32f(ubyte* bytes, int* p, float f)
Undocumented in source. Be warned that the author may not have intended to support it.
- qoix_decode
ubyte* qoix_decode(const(void)* data, int size, qoi_desc* desc, int channels)
Undocumented in source. Be warned that the author may not have intended to support it.
- qoix_encode
ubyte* qoix_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.