Tom94 / tev

High dynamic range (HDR) image viewer for graphics people
BSD 3-Clause "New" or "Revised" License
1.08k stars 86 forks source link

Convert EXR chromaticities to sRGB/Rec709 upon load #140

Closed Tom94 closed 2 years ago

Tom94 commented 2 years ago

Adds #139

Channel groups that contain triplets of "R","G","B" and "r","g","b" are affected.

All other channels (including names such as XYZ) are left as-is under the assumption that the specific values that were stored are to be visualized by tev.

Thanks to @wjakob for helpfully providing a skeleton for the conversion