Rémi Achard

Results 22 issues of Rémi Achard

I noticed that the standard cinema range output transforms perform the scale / rolloff highlight (as part of the white point simulation) in the rendering space (AP1, not pre-compensated) but...

v1.x

Trying to install yaml-cpp 0.7.0 on Windows, I see that the default install directory is `YAML_CPP` instead of the expected `yaml-cpp` directory under the `CMAKE_SYSTEM_PREFIX_PATH `. It looks like it...

Hello, I'm trying to use the CTL C++ API and noticed that the `ImfCtlApplyTransforms` simplified API don't seems to work with ACES CTL anymore. The problem is that it expects...

Follow up of #1637, fix ninja build for local OpenEXR as found by @elsandosgrande.

Follow up of #1598, fix the crosstalk shaper space check making sure we use the optimised processor to allow typical collapse of matrices. There is another issue related to the...

While debugging various DCCs OCIO support through `OCIO_LOGGING_LEVEL`, I found that this simple print of the library version could be useful.

Address issue #1623 by supporting ICC Parametric Curve type 1-4 implemented as 1DLUT. I used a side-car python [script](https://gist.github.com/remia/4cab0fb18a794d699d8ae2d6b77091a4) during my tests to compare the results against pure Python or...

### Issue description Under Windows / Python 3.11 I'm seeing an Unicode related exception at a point where pipenv is trying to print status to the console (presumably). `UnicodeEncodeError: 'charmap'...

triage

Hi, Just wanted to confirm that this check is indeed coming from the DCI specification and that it should be considered as an error. Anyone had to deal with this...

Hello, I noticed a weird behavior with the last release 0.11.0 not present in 0.10.2, this shows up when parsing a simple xml with process_namespace option. XML File ``` Text1...