mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-17 11:09:41 +00:00
343 B
343 B
JPEG XL decoder
- Source: https://gitlab.com/wg1/jpeg-xl
- Version: ???
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().