Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
pixelpipe_rawdetail.c File Reference

Raw-detail mask transport helpers. More...

+ Include dependency graph for pixelpipe_rawdetail.c:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

float * dt_dev_retrieve_rawdetail_mask (const dt_dev_pixelpipe_t *pipe, const dt_iop_module_t *target_module)
 
float * dt_dev_distort_detail_mask (const dt_dev_pixelpipe_t *pipe, float *src, const dt_iop_module_t *target_module)
 

Detailed Description

Raw-detail mask transport helpers.

These helpers transport the side-band detail mask written by the hidden detailmask module and later consumed by blend operators. They are private implementation details of the pixelpipe and are included from pixelpipe_hb.c to keep raw-detail specific geometry logic out of the main pipeline recursion code.

Function Documentation

◆ dt_dev_distort_detail_mask()

◆ dt_dev_retrieve_rawdetail_mask()