-
-
Notifications
You must be signed in to change notification settings - Fork 323
Create "Log2Lin" node #2546
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create "Log2Lin" node #2546
Conversation
This node will apply the Kodak Cineon set of Logarithmic functions to an image.
Linting fix
Undo ruff linter fix for np.ndarray line
Slight refactor for linter and other PR checks.
backend/src/packages/chaiNNer_standard/image_adjustment/adjustments/log2lin.py
Outdated
Show resolved
Hide resolved
…ments/log2lin.py Co-authored-by: Michael Schmidt <msrd0000@gmail.com>
The mentioned Kodak Cineon functions are a means to help convert the logarithmic densities encoded on a 0-1 real world medium such as Film Negative into a linear floating point encoding for use in imaging workflows , and vice versa. |
Then could you please mention this in the node's description? |
backend/src/packages/chaiNNer_standard/image_adjustment/adjustments/log2lin.py
Outdated
Show resolved
Hide resolved
Clarify Cineon function and rename node to Log To Linear
Just FYI, we require all node names to match their function name and file name for ease of searchability. This will actually automatically be changed for you if you run with |
sync up function name with node name change and invert bool option
more cleanup under the hood to address the new node name
linting fix
This node will apply the Kodak Cineon set of Logarithmic functions to an image.