--- ray/doc/notes/ReleaseNotes 2024/10/01 01:16:26 1.462 +++ ray/doc/notes/ReleaseNotes 2024/10/04 18:49:06 1.465 @@ -2735,3 +2735,13 @@ results are still reported in RGB. Added conversion of hyperspectral pictures to ra_xyze, although it is even slower than rcomb for this process. It is more accurate than most of the other tools, at least. + +Added handling of hyperspectral images to normtiff, a little-used +but handy program for quickly tone-mapping pictures and TIFFs. + +Added conversion of hyperspectral pictures to ra_ps using +approximate color method. + +Added hyperspectral picture conversion to ra_tiff, with accurate +color when targeting 16-bit/comp. or LogLuv output, and approximate +method for 24-bit RGB.