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
exr: Don't assume unlabeled OpenEXR files are lin_rec709 (#4840)
New logic for reading OpenEXR files:
1. Recognize "acesImageContainerFlag" as always being lin_ap0_scene.
2. If the new colorInteropID is present in the metadata, that's the single source of truth about color space.
3. Otherwise, leave it blank, don't make any assumptions about color space.
It was a mistake for OIIO 3.0 to assume that completely unlabeled openexr
files are lin_rec709.
---------
Signed-off-by: Larry Gritz <lg@larrygritz.com>
0 commit comments