Back to Squoosh

AVIF decoder

codecs/avif/dec/README.md

1.12.0284 B
Original Source

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.