An open API service indexing awesome lists of open source software.

https://github.com/rust-av/yuvxyb

Direct conversions between YUV (YCbCr) and XYB colorspaces
https://github.com/rust-av/yuvxyb

Last synced: about 1 year ago
JSON representation

Direct conversions between YUV (YCbCr) and XYB colorspaces

Awesome Lists containing this project

README

          

# yuvxyb

[![docs.rs](https://img.shields.io/docsrs/yuvxyb?style=for-the-badge)](https://docs.rs/yuvxyb)
[![Crates.io](https://img.shields.io/crates/v/yuvxyb?style=for-the-badge)](https://crates.io/crates/yuvxyb)
[![LICENSE](https://img.shields.io/crates/l/yuvxyb?style=for-the-badge)](https://github.com/rust-av/yuvxyb/blob/main/LICENSE)

Rust crate for conversion between YUV and XYB colorspaces.
Intended to properly handle 8-16 bit YUV input, full and limited range,
as well as all widely-used matrix coefficients and transfer characteristics.

## Minimum supported Rust version (MSRV)

This crate requires a Rust version of 1.64.0 or higher. Increases in MSRV will result in a semver PATCH version increase.