mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-14 01:37:26 +00:00
* Update libavif and AOM (3.6) for improved compression and speed * Minor fixes to package-lock done by NPM, also trigger new build * Update AVIF version --------- Co-authored-by: Jake Archibald <jaffathecake@gmail.com>
AVIF decoder
- Source: https://github.com/AOMediaCodec/libavif
- Version: v0.5.4
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.