PR: Implement support for "Leica L-Log" log encoding curve.#986
PR: Implement support for "Leica L-Log" log encoding curve.#986
Conversation
|
I may be missing something, but it seems that |
|
LLog (encoding and decoding) appears to be omitted from the lists in |
|
This little OCIO bit works as expected: |
zachlewis
left a comment
There was a problem hiding this comment.
CONSTANTS_NLOG should be CONSTANTS_LLOG
Thanks, good catch! Small Horror StoryI wrote the module two times and managed to lose the code failing with git stash fu, the first time it was correct as I remember changing it specifically because the N-LOG one was not consistent. |
Good catch, I forgot that we need to explicitly import the transfer functions since I made the typing annotation changes. Before, we were bubbling back up with |
b8c6c37 to
4836d09
Compare
4836d09 to
af930a9
Compare
Summary
This PR implements support for the Leica L-Log log encoding curve.
References #980.
Preflight
Code Style and Quality
colour,colour.models.Documentation