Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
darktable-org
/
darktable
Public
Notifications
You must be signed in to change notification settings
Fork
1.4k
Star
13.1k
Code
Issues
600
Pull requests
74
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
colorcalibration also for manual wb
- #20304
#20304
Draft
kofa73
wants to merge 18 commits into
darktable-org:master
darktable-org/darktable:master
from
kofa73:colorcalibration-also-for-manual-wb
kofa73/darktable:colorcalibration-also-for-manual-wb
Copy head branch name to clipboard
Conversation
Commits
18
(18)
Checks
Files changed
Draft
colorcalibration also for manual wb
#20304
kofa73
wants to merge 18 commits into
darktable-org:master
darktable-org/darktable:master
from
kofa73:colorcalibration-also-for-manual-wb
kofa73/darktable:colorcalibration-also-for-manual-wb
Copy head branch name to clipboard
Commits
Commits on Aug 19, 2026
wb: added new param late_correction to temperature.c, exposed as a checkbox; populate dev->chroma->late_correction based on checkbox-driven late_correction flag for 'legacy' modes (DT_IOP_TEMP_AS_S…
Show description for bc01df2
kofa73
committed
bc01df2
View commit details
Copy full SHA for bc01df2
Browse repository at this point
wb: Updated the rest of the files, but channelmixerrgb is broken, everything is purple.
kofa73
committed
6b04bcd
View commit details
Copy full SHA for 6b04bcd
Browse repository at this point
wb: Undid changes to channelmixerrgb.c, will go carefully next time
kofa73
committed
35b817c
View commit details
Copy full SHA for 35b817c
Browse repository at this point
wb: Fixed publishing of late_correction in temperature.c
kofa73
committed
24899c3
View commit details
Copy full SHA for 24899c3
Browse repository at this point
wb: added DT_ILLUMINANT_FROM_WB, separated find_temperature_from_raw_coeffs into find_temperature_from_wb_coeffs, find_temperature_from_as_shot_coeffs; added handling to channelmixerrgb.c + altered…
Show description for 2c443d5
kofa73
committed
2c443d5
View commit details
Copy full SHA for 2c443d5
Browse repository at this point
wb: fix switch-case fall-through in illuminants.h#illuminant_to_xy; validate wb_coeffs for find_temperature_from_wb_coeffs as well as in find_temperature_from_as_shot_coeffs; fix copy-pasted commen…
Show description for ab1a4d4
kofa73
committed
ab1a4d4
View commit details
Copy full SHA for ab1a4d4
Browse repository at this point
wb: safe division in _get_d65_correction_ratios
kofa73
committed
7530b07
View commit details
Copy full SHA for 7530b07
Browse repository at this point
wb: added _get_corrected_illuminant_xy to deduplicate repeated code
kofa73
committed
29a205b
View commit details
Copy full SHA for 29a205b
Browse repository at this point
wb: fix illuminants.h switch-case fall-through introduced when DT_ILLUMINANT_CAMERA was added
kofa73
committed
cdaa952
View commit details
Copy full SHA for cdaa952
Browse repository at this point
wb: renamed find_temperature_from_... to find_illuminant_xy_from_...; comment maintenance
kofa73
committed
ea769bb
View commit details
Copy full SHA for ea769bb
Browse repository at this point
Doc updates
kofa73
committed
83b61a0
View commit details
Copy full SHA for 83b61a0
Browse repository at this point
Doc updates: wb + color calibration
kofa73
committed
f846b98
View commit details
Copy full SHA for f846b98
Browse repository at this point
wb: removed 'as-shot to reference' (same as 'as shot' + 'prepare data for color calibration' (late_correction)); fixed behaviour when WB disabled; removed unused code
kofa73
committed
abf1912
View commit details
Copy full SHA for abf1912
Browse repository at this point
wb: make sure color calibration / white balance warning is shown when WB disabled
Show description for e9e0d95
kofa73
committed
e9e0d95
View commit details
Copy full SHA for e9e0d95
Browse repository at this point
wb: don't modify p->x, p->y in _preview_pipe_finished_callback; switch left-over gui->reset to DT_ENTER|LEAVE_GUI_UPDATE
kofa73
committed
8fd3003
View commit details
Copy full SHA for 8fd3003
Browse repository at this point
wb: minor clean-up in channelmixerrgb (GUI struct field names for clarity), no need to allocate + copy xy in illuminants.h find_illuminant_xy_from_wb_coeffs; no need for 0 check after isnormal
kofa73
committed
56279bc
View commit details
Copy full SHA for 56279bc
Browse repository at this point
wb: opposed.c hash: late_correction is a param of temperature (is before opposed), so already part of hash
kofa73
committed
7efdf9a
View commit details
Copy full SHA for 7efdf9a
Browse repository at this point
wb: tiny clean-up: unnecessary parens, accidental duplication
kofa73
committed
0e66d2a
View commit details
Copy full SHA for 0e66d2a
Browse repository at this point
You can’t perform that action at this time.