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
- Host: GitHub
- URL: https://github.com/rust-av/yuvxyb
- Owner: rust-av
- License: mit
- Created: 2022-09-20T07:20:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-24T21:29:20.000Z (over 1 year ago)
- Last Synced: 2024-10-21T01:34:29.041Z (over 1 year ago)
- Language: Rust
- Size: 35.6 MB
- Stars: 7
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# yuvxyb
[](https://docs.rs/yuvxyb)
[](https://crates.io/crates/yuvxyb)
[](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.