Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/njaard/libavif-rs
Rust AVIF Decoder and Encoder crate
https://github.com/njaard/libavif-rs
Last synced: 5 days ago
JSON representation
Rust AVIF Decoder and Encoder crate
- Host: GitHub
- URL: https://github.com/njaard/libavif-rs
- Owner: njaard
- License: bsd-2-clause
- Created: 2020-02-19T17:59:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T22:18:07.000Z (7 months ago)
- Last Synced: 2024-04-24T23:49:30.499Z (7 months ago)
- Language: Rust
- Size: 418 KB
- Stars: 62
- Watchers: 3
- Forks: 18
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libavif
[![crates.io](https://img.shields.io/crates/v/libavif.svg)](https://crates.io/crates/libavif)
[![Documentation](https://docs.rs/libavif/badge.svg)](https://docs.rs/libavif)
[![BSD-2-Clause licensed](https://img.shields.io/crates/l/libavif.svg)](LICENSE)
[![Rustc Version 1.63+](https://img.shields.io/badge/rustc-1.63+-lightgray.svg)](https://blog.rust-lang.org/2022/08/11/Rust-1.63.0.html)
[![CI](https://github.com/njaard/libavif-rs/workflows/CI/badge.svg)](https://github.com/njaard/libavif-rs/actions?query=workflow%3ACI)Initial release of a high-level avif decoder.
This crate is generally too minimal for production use;
consider using [`libavif-image`](https://crates.io/crates/libavif-image)
which provides utility functions for [`image`](https://crates.io/crates/image)
(or the `avif` feature in `image`, which doesn't use this crate).You can also use the unsafe API in [`libavif-sys`](https://crates.io/crates/libavif-sys).