Files
squoosh/codecs/avif/dec
Jake Archibald 42cfbe11a1 Better AVIF options (#965)
* Better AVIF options

* Removing internal URL

* Remove AQ, add SSIM

* Better cast
2021-03-10 14:12:54 +00:00
..
2020-11-19 11:00:23 +00:00
2020-11-19 11:00:23 +00:00
2021-01-18 12:29:38 +00:00
2021-03-10 14:12:54 +00:00
2020-12-08 17:55:49 +00:00
2021-03-10 14:12:54 +00: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.