Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
dt_masks_debug_request_t Struct Reference

What to render. Zeroed means: raster only, at full image resolution, on black. More...

#include <masks_debug.h>

+ Collaboration diagram for dt_masks_debug_request_t:

Data Fields

int width
 
int height
 
dt_masks_debug_backdrop_t backdrop
 
gboolean draw_overlay
 

Detailed Description

What to render. Zeroed means: raster only, at full image resolution, on black.

Definition at line 63 of file masks_debug.h.

Field Documentation

◆ backdrop

dt_masks_debug_backdrop_t dt_masks_debug_request_t::backdrop

Definition at line 67 of file masks_debug.h.

Referenced by dt_masks_debug_write_png().

◆ draw_overlay

gboolean dt_masks_debug_request_t::draw_overlay

Run the GUI overlay code over the backdrop.

Definition at line 69 of file masks_debug.h.

Referenced by dt_masks_debug_write_png().

◆ height

int dt_masks_debug_request_t::height

Definition at line 66 of file masks_debug.h.

Referenced by dt_masks_debug_write_png().

◆ width

int dt_masks_debug_request_t::width

Output size. 0 takes the image's raw size; a width alone keeps the aspect.

Definition at line 66 of file masks_debug.h.

Referenced by _judge_raster(), _run_case_at(), and dt_masks_debug_write_png().


The documentation for this struct was generated from the following file: