You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This seems to be kind of obscure and not documented well, but this tweet seems to indicate the default format of the color space subtracts Y from B to make X = B = 0 for achromatic colors: https://twitter.com/jonsneyers/status/1605321352143331328
You can achieve this by just adjusting the matrix:
Description
Hi!
Please add support for colour space XYB. There is two variants of XYB, one defined in Google/Butteraugli and the other in JPEG-XL (and PIK)
Here is numpy code to convert to and fro from XYZ and Jpeg-XL's XYB. I'll create a pull request after 20th March if no one has done so by then :)
Credits to Raph Levien for the original code in JS which I ported to Python/Numpy.
The text was updated successfully, but these errors were encountered: