Module c_api

Source
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.