Files
squoosh/codecs/avif/dec/README.md
2020-08-05 14:40:15 +01:00

15 lines
285 B
Markdown

# 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`.