![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
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 |
What to render. Zeroed means: raster only, at full image resolution, on black.
Definition at line 63 of file masks_debug.h.
| 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().
| 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().
| int dt_masks_debug_request_t::height |
Definition at line 66 of file masks_debug.h.
Referenced by dt_masks_debug_write_png().
| 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().