Expand description
This crate can be used from C.
Structs§
- avif_
data_ t - Result of parsing an AVIF file. Contains AV1-compressed data.
Functions§
- avif_
data_ ⚠free - Free all data related to
avif_data_t
- avif_
parse ⚠ - Parse AVIF image file and return results. Returns
NULL
if the file can’t be parsed.