libavif 0.2.1

High-level API for AVIF image files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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.36+](https://img.shields.io/badge/rustc-1.36+-lightgray.svg)](https://blog.rust-lang.org/2019/07/04/Rust-1.36.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 not really usable. Until I determine
a useful high-level API, you may want to use the unsafe
API in [`libavif-sys`](https://crates.io/crates/libavif-sys)
or the utility functions for [`image`](https://crates.io/crates/image),
[`libavif-image`](https://crates.io/crates/libavif-image).