Crates.io | ravif |
lib.rs | ravif |
version | 0.12.0 |
source | src |
created_at | 2020-09-14 12:01:53.355261+00 |
updated_at | 2025-06-21 02:19:25.285321+00 |
description | rav1e-based pure Rust library for encoding images in AVIF format (powers the `cavif` tool) |
homepage | https://lib.rs/crates/ravif |
repository | https://github.com/kornelski/cavif-rs |
max_upload_size | |
id | 288563 |
size | 66,487 |
ravif
— Pure Rust library for AVIF image encodingEncoder 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
.