Skip to content
New issue

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

Add support for yuv colorspace #8

Open
jaysonsantos opened this issue Jun 3, 2023 · 1 comment
Open

Add support for yuv colorspace #8

jaysonsantos opened this issue Jun 3, 2023 · 1 comment

Comments

@jaysonsantos
Copy link

jaysonsantos commented Jun 3, 2023

Hi there, do you have plans on adding yuv support? If not, any general guidelines on how to implement it on the library?

@anderslanglands
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants