libsixel icon indicating copy to clipboard operation
libsixel copied to clipboard

HLS to RGB conversion is incorrect.

Open gnachman opened this issue 5 months ago • 2 comments

For example, h=0, l=100, s=50 gives an RGB value of (128, 127, 128). Please see my fork for a correct implementation of hls_to_rgb.

gnachman avatar May 14 '25 20:05 gnachman