Crates.io | ravif |
lib.rs | ravif |
version | |
source | src |
created_at | 2020-09-14 12:01:53.355261 |
updated_at | 2024-10-17 12:28:36.815977 |
description | rav1e-based pure Rust library for encoding images in AVIF format (powers the `cavif` tool) |
homepage | https://lib.rs/ravif |
repository | https://github.com/kornelski/cavif-rs |
max_upload_size | |
id | 288563 |
Cargo.toml error: | TOML parse error at line 25, column 1 | 25 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
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 cavif
encoder. It has encoding configuration specifically tuned for still images, and gives better quality/performance than stock rav1e.