priort
(Todd Prior)
December 8, 2023, 4:46am
3
If the code follows or emulates DT code then this would be where you can get lots of information about the transform… if its different @agriggio can elaborate…
Hi there, first time posting both here and in the darktable github repository.
I spent some time getting familiar with the darktable source code this Christmas and ended up with something actually interesting and figured I might as well share it with the rest of the community.
It’s a tone mapping / look transform / scene to display conversion (or whatever you want to call it) that is based on a sigmoid function instead of a cubic spline like the base curve. I’m not 100% how the filmic module i…