Files
squoosh/codecs/avif/dec
Jake Archibald 7776134bc2 AVIF in worker
2020-09-16 11:48:13 +01:00
..
2020-08-11 18:41:42 +01:00
2020-09-16 11:48:13 +01:00
2020-09-16 11:04:00 +01:00
2020-09-16 11:04:00 +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.