Moritz Mœller
Moritz Mœller
On that note, do you have any sample files with channel subsampling?
It's actually totally fucked™. TLDR; there is no agreed-upon way to store color space information in OpenEXRs. All sample files I got from people where they told me this is...
On a sidenote, the default that e.g. OpenImageIO [applies](https://github.com/AcademySoftwareFoundation/OpenImageIO/blob/0e71adbb4a2d73711afd111cdbd34ff6c2f95148/src/openexr.imageio/exrinput.cpp#L400-L401) is `lin_rec709` (linear sRGB) in case it finds any RGB channels. I.e. someone using OIIO in a pipeline would need to...
Tone-mapping is not part of OpenEXR. The file format is mostly for intermediate data that goes into a compositing app. And at no time is there really a conversion into...
> I assumed linear RGB would be the gold standard. "Linear RGB" is meaningless. It only tells you the color is linear and the color _model_ is RGB. But what...
Let me have it run the test suite before you do that.
Test suite passes, says Claude. :grin:
As a chore, I could ask Claude to make all errors/warnings/etc match the C reference impl 1:1 where this makes sense. Waddaya think?
@claude please address the above change requests.
This was re-based on #261.