michaeldsmith

Results 44 comments of michaeldsmith

@waebbl I have merged pull request #103 into CTL master branch which enables building CTL and ctlrender without the OpenEXR v2 library. The IlmBase library is still required. Does that...

@waebbl I just merged #105 that adds support for OpenEXR-3 and Imath. Can you let me know if this resolves your issue? Do you have any other feedback? @lgritz thanks...

@waebbl thanks for the additional review. Can you please submit a pull request that fixes the issues you have found? I would also be interested to hear if you have...

@waebbl I think we have addressed this issue with our recent pull requests #105 and #115, if you agree, please go ahead and close your issue. If your issue is...

OK sounds good - I added other Dockerfiles in the repo here https://github.com/ampas/CTL/tree/master/docker and the docker github CI workflow file is here https://github.com/ampas/CTL/blob/master/.github/workflows/docker_linuxes.yml

ImfCtlApplyTransforms.h from this CTL repo is included by the file /OpenEXR_Viewers/exrdisplay/applyCtl.cpp in Release branches 2.2 [1], 2.3 [2], 2.4 [3] and 2.5 [4] of the current [OpenEXR repo](https://github.com/AcademySoftwareFoundation/openexr) [1] https://github.com/AcademySoftwareFoundation/openexr/blob/RB-2.2/OpenEXR_Viewers/exrdisplay/applyCtl.cpp...

ImfCtlApplyTransforms.h from this CTL repo is also included by the file /OpenEXR_Viewers/playexr/ctlToLut.cpp in Release branches 2.2 [1], 2.3 [2], 2.4 [3] and 2.5 [4] of the current [OpenEXR repo](https://github.com/AcademySoftwareFoundation/openexr) [1]...

can you try testing with the more direct path to that input file and let me know if it gives the same error? `/Users/tucker/Dev/colour/colour/io/tests/resources/CMS_Test_Pattern.exr` I believe ctl_render tries to read...

are you sure you are using the most recent code available in the master branch? I didn't get the error you are seeing when using the `CMS_Test_Pattern.exr` file you attached...

I think some of the instructions are out-of-date, the CTL repo had not been updated since 2014 so I volunteered to maintain it in May 2022. Since then, we've fixed...