Skip to content
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

Rework temperature and channelmixerrgb #15497

Merged
merged 1 commit into from
Oct 27, 2023

Conversation

jenshannoschwalm
Copy link
Collaborator

This implements a
chroma struct in dev (like a proxy) holding all required and available white balance data for the current image (D65, as_shot and currently used) allowing runtime

a) check - are we using D65?
b) access of modules to the other coeffs for improved results c) easier and safe checks for chroma correction related trouble messages

@TurboGit for you as this might be easier to review.
It's a stripped down version of #15461, this should not change anything in current master behaviour except safer message generation and keeping data in the dev chroma struct. The other pr could be rebased on this after possibly getting merged.

Fixes #14518

This implements a
`chroma` struct in dev (like a proxy) holding all required and available white balance data for
the current image (D65, as_shot and currently used) allowing runtime

a) check - are we using D65?
b) access of modules to the other coeffs for improved results
c) easier and safe checks for chroma correction related trouble messages
@TurboGit TurboGit added this to the 4.6 milestone Oct 27, 2023
@TurboGit TurboGit self-requested a review October 27, 2023 08:22
@TurboGit TurboGit added scope: color management ensuring consistency of colour adaptation through display/output profiles scope: codebase making darktable source code easier to manage labels Oct 27, 2023
Copy link
Member

@TurboGit TurboGit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works for me, I'll do the renaming myself. Thanks!

src/develop/develop.c Show resolved Hide resolved
@TurboGit TurboGit merged commit 651f7fe into darktable-org:master Oct 27, 2023
5 checks passed
@Nilvus
Copy link
Contributor

Nilvus commented Oct 27, 2023

Thanks @jenshannoschwalm for your work and the fix.

@jenshannoschwalm jenshannoschwalm deleted the temperature_workup branch October 27, 2023 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope: codebase making darktable source code easier to manage scope: color management ensuring consistency of colour adaptation through display/output profiles
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Some minor refresh issue on color calibration module
3 participants