Crates.io | libavif |
lib.rs | libavif |
version | 0.14.0 |
source | src |
created_at | 2020-02-19 18:07:34.45485 |
updated_at | 2024-07-05 17:49:40.171408 |
description | High-level API for AVIF image files |
homepage | |
repository | https://github.com/njaard/libavif-rs |
max_upload_size | |
id | 210659 |
size | 60,219 |
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
.