File: README.md

package info (click to toggle)
rust-ravif 0.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 168 kB
  • sloc: makefile: 2
file content (7 lines) | stat: -rw-r--r-- 474 bytes parent folder | download
1
2
3
4
5
6
7
# `ravif` — Pure Rust library for AVIF image encoding

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

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

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