Python Forum
Python Forum
>
Python Coding
>
General Coding Help
> rgb to xyz
Full Version:
rgb to xyz
You're currently viewing a stripped down version of our content.
View the full version
with proper formatting.
Nickd12
Oct-09-2020, 02:22 AM
does anyone know of a good interpreter to convert rgb to xyz or even better something where you can input a color like blue and it give to the rbg and xyz?
Larz60+
Oct-09-2020, 02:56 AM
scikit-image can do the conversion see:
https://pypi.org/project/scikit-image/
specifically, look at skimage.color.rgb2xyz, documentation here:
https://scikit-image.org/docs/stable/api...or.rgb2xyz
Nickd12
Oct-09-2020, 03:44 AM
i think i might be using it wrong its not working for me
Python Forum
>
Python Coding
>
General Coding Help
> rgb to xyz