libavif-image 0.6.0

Load AVIF files into the `image` crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# libavif-image

[![crates.io](https://img.shields.io/crates/v/libavif-image.svg)](https://crates.io/crates/libavif-image)
[![Documentation](https://docs.rs/libavif-image/badge.svg)](https://docs.rs/libavif-image)
[![BSD-2-Clause licensed](https://img.shields.io/crates/l/libavif-image.svg)](../LICENSE)
[![Rustc Version 1.44+](https://img.shields.io/badge/rustc-1.44+-lightgray.svg)](https://blog.rust-lang.org/2020/06/04/Rust-1.44.0.html)
[![CI](https://github.com/njaard/libavif-rs/workflows/CI/badge.svg)](https://github.com/njaard/libavif-rs/actions?query=workflow%3ACI)

This is a woefully incomplete utility crate
for loading AVIF files into [`image`](https://crates.io/crates/image).

Not all filetypes and bitdepths are correctly handled, yet.