gamut.codecs.qoiplane

Undocumented in source.

Members

Functions

qoiplane_decode
ubyte* qoiplane_decode(const(ubyte)* data, int size, qoi_desc* desc, int channels)
Undocumented in source. Be warned that the author may not have intended to support it.
qoiplane_encode
ubyte* qoiplane_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.

Static variables

qoiplane_padding
ubyte[4] qoiplane_padding;

A QOI-inspired codec for 8-bit greyscale images.

Structs

qoi_la_t
struct qoi_la_t
Undocumented in source.

Variables

initialPredictor
enum qoi_la_t initialPredictor;
Undocumented in source.

Meta