libavif-rs
libavif-rs copied to clipboard
Rust AVIF Decoder and Encoder crate
libavif
Initial release of a high-level avif decoder.
This crate is generally too minimal for production use;
consider using libavif-image
which provides utility functions for image
(or the avif feature in image, which doesn't use this crate).
You can also use the unsafe API in libavif-sys.