-
Notifications
You must be signed in to change notification settings - Fork 657
feat(openexr): ACES Container hint for exr outputs #4907
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
lgritz
merged 30 commits into
AcademySoftwareFoundation:main
from
Glowies:FEAT-ACES-container-exr-writer
Oct 26, 2025
Merged
Changes from 5 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
d0f8853
feat: ACES Container writer for OpenEXR
Glowies 73d1e75
refactor(openexr): follow clang-format recommendations for exroutput.cpp
Glowies fda980e
fix(openexr): do not write ACES Container metadata when non-compliant…
Glowies e89f01f
test(openexr): test ACES container output with various modes of failure
Glowies 2deb446
docs(openexr): document the oiio:ACESContainer hint
Glowies ca010df
refactor(openexr): rename oiio:ACESContainer hint to openexr:ACESCont…
Glowies 0b3967e
refactor(openexr): add static keyword to AP0 chromaticities array
Glowies f98e2ce
fix(openexr): remove printing warning to stderr
Glowies 2571f37
fix(openexr): chromaticities get set to AP0 in relaxed mode of ACES C…
Glowies c9b40c0
docs(openexr): update permalink to st2065-4 standard
Glowies ee84d2a
fix(openexr): check for existence of correct channel names instead of…
Glowies 0f2feb5
refactor(openexr): update comment in exroutput.cpp
Glowies 9f23db7
fix(openexr): use static and const keywords for the allowed_sets
Glowies 7322ff1
test(openexr): more explanatory test results for aces container
Glowies c30d8f8
fix(openexr): test for non-empty attributes in ACES container
Glowies e94bd5d
feat(openexr): check attributes with exact required values
Glowies 5c3fd08
refactor(openexr): follow clang-format recommendations
Glowies ac1c654
refactor(openexr): make chromaticities check a bit more readable
Glowies 2052c52
feat(openexr): rename ACES container flag to openexr:ACESContainerPolicy
Glowies 1e89fa5
refactor(openexr): apply clang-format recommendations
Glowies ae19a4c
feat(openexr): set aces container attributes in relaxed mode as well
Glowies c177142
docs(openexr): update ACES container mode to reflect changes to relax…
Glowies 25fac3c
feat(openexr): better error messages for each failure case of ACES Co…
Glowies d3530e4
fix(openexr): inconsistent attribute read behaviour with ParamValue
Glowies 21dfe1b
refactor(openexr): apply clang-format recommendations
Glowies d725544
test(openexr): fix issue with using single quotes in windows tests
Glowies b61974a
test(openexr): improve readability of ACES container test outputs
Glowies 5980084
fix(openexr): remove redundant search for found attributes
Glowies 60fba1b
refactor(openexr): replace vector with a c array to avoid extra alloc…
Glowies 9216912
refactor(openexr): rename flag parameter and apply clang-format sugge…
Glowies File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.