Files
squoosh/codecs/avif/dec
Ingvar Stepanyan 4c4f05f2e3 Fixup Emscripten factory & types
These days Emscripten returns a Promise to the module directly without hacks.
2020-09-25 00:46:31 +01:00
..
2020-08-11 18:41:42 +01:00
2020-09-25 00:46:31 +01:00
2020-08-05 14:40:15 +01:00

AVIF 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.