17 releases
0.11.11 | Oct 17, 2024 |
---|---|
0.11.9 | Jul 25, 2024 |
0.11.5 | Mar 14, 2024 |
0.11.3 | Sep 21, 2023 |
0.6.3 |
|
#646 in Images
511,043 downloads per month
Used in 80 crates
(12 directly)
38KB
670 lines
ravif
— Pure Rust library for AVIF image encoding
Encoder for AVIF images. Based on rav1e and avif-serialize.
The API is just a single encode_rgba
function call that spits an AVIF image.
This library powers cavif
encoder. It has encoding configuration specifically tuned for still images, and gives better quality/performance than stock rav1e.
Dependencies
~13MB
~329K SLoC