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

Metadata returned when probing one layer directory in sidecar TIFF. More...

#include <io.h>

+ Collaboration diagram for dt_drawlayer_io_layer_info_t:

Data Fields

gboolean found
 
int index
 
int count
 
uint32_t width
 
uint32_t height
 
char name [64]
 
char work_profile [256]
 

Detailed Description

Metadata returned when probing one layer directory in sidecar TIFF.

Definition at line 44 of file io.h.

Field Documentation

◆ count

int dt_drawlayer_io_layer_info_t::count

Number of layer directories scanned.

Definition at line 48 of file io.h.

Referenced by _create_background_layer_from_input(), _rewrite_sidecar(), _scan_directories(), and dt_drawlayer_ensure_layer_cache().

◆ found

gboolean dt_drawlayer_io_layer_info_t::found

◆ height

uint32_t dt_drawlayer_io_layer_info_t::height

Layer height from TIFF tags.

Definition at line 50 of file io.h.

Referenced by _create_background_layer_from_input(), _scan_directories(), dt_drawlayer_ensure_layer_cache(), and dt_drawlayer_io_load_layer().

◆ index

◆ name

char dt_drawlayer_io_layer_info_t::name[64]

◆ width

uint32_t dt_drawlayer_io_layer_info_t::width

Layer width from TIFF tags.

Definition at line 49 of file io.h.

Referenced by _create_background_layer_from_input(), _scan_directories(), dt_drawlayer_ensure_layer_cache(), and dt_drawlayer_io_load_layer().

◆ work_profile

char dt_drawlayer_io_layer_info_t::work_profile[256]

Embedded working profile key.

Definition at line 52 of file io.h.

Referenced by _create_background_layer_from_input(), _scan_directories(), dt_drawlayer_ensure_layer_cache(), and dt_drawlayer_io_rename_layer().


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