Files
squoosh/codecs/jxl_dec
2020-02-06 10:37:36 -08:00
..
2020-02-06 10:37:36 -08:00
2020-02-06 10:37:36 -08:00
2020-02-06 10:37:36 -08:00
2020-02-06 10:37:36 -08:00
2020-02-06 10:37:36 -08:00
2020-02-06 10:37:36 -08:00
2020-02-06 10:37:36 -08:00
2020-02-06 10:37:36 -08:00
2020-02-06 10:37:36 -08:00
2020-02-06 10:37:36 -08:00

JPEG XL decoder

Example

See example.html

API

RawImage decode(std::string buffer)

Decodes the given avif buffer into raw RGBA. RawImage is a class with 3 fields: buffer, width, and height.

void free_result()

Frees the result created by decode().