-
-
Notifications
You must be signed in to change notification settings - Fork 266
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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