
Does anyone know how rescomp decides upon the colours it uses for conversion?
Does it use standard 9-bit colour RGB values
0, 32, 64, 96, 128, 160, 192, 224, 256
Old incorrect linear levels RGB values
0, 36, 72, 108, 144, 180, 216, 252/255
Or Tiido's Nonlinear levels RGB values
0, 52, 87, 116, 144, 172, 206, 255