We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi there, do you have plans on adding yuv support? If not, any general guidelines on how to implement it on the library?
The text was updated successfully, but these errors were encountered:
Hi, it's not a space I've ever used and I have very little time to work on this these days.
As for how to implement it, I'd look at https://github.com/anderslanglands/colorspace-rs/blob/master/src/lab.rs for an example of a non-RGB type definition. Then instead of lab_to_xyz and its inverse, you'd want yuv_to_rgb.
Sorry, something went wrong.
No branches or pull requests
Hi there, do you have plans on adding yuv support? If not, any general guidelines on how to implement it on the library?
The text was updated successfully, but these errors were encountered: