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 the cavif
encoder. It has an encoding configuration specifically tuned for still images, and gives better quality/performance than stock rav1e
.