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

Raw-detail mask production and transport helpers. More...

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void dt_dev_clear_rawdetail_mask (dt_dev_pixelpipe_t *pipe)
 
gboolean dt_dev_write_rawdetail_mask (const dt_dev_pixelpipe_t *pipe, const dt_dev_pixelpipe_iop_t *piece, float *const rgb, const dt_iop_roi_t *const roi_in, const int mode)
 
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 production and transport helpers.

These helpers manage the side-band detail mask written by rawprepare or demosaic 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 logic out of the main pipeline recursion code.

Function Documentation

◆ dt_dev_clear_rawdetail_mask()

◆ dt_dev_distort_detail_mask()

◆ dt_dev_write_rawdetail_mask()