ravif 0.11.11

rav1e-based pure Rust library for encoding images in AVIF format (powers the `cavif` tool)
Documentation
1
2
3
4
5
6
7
# `ravif` — Pure Rust library for AVIF image encoding

Encoder for AVIF images. Based on [rav1e](//lib.rs/rav1e) and [avif-serialize](//lib.rs/avif-serialize).

The API is just a single `encode_rgba` function call that spits an AVIF image.

This library powers [`cavif`](//lib.rs/cavif) encoder. It has encoding configuration specifically tuned for still images, and gives better quality/performance than stock rav1e.