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

The facts about one image that decide whether a preset matches it. More...

#include <preset_repository.h>

+ Collaboration diagram for dt_preset_match_t:

Data Fields

const char * exif_model
 
const char * exif_maker
 
const char * camera_alias
 
const char * camera_maker
 
const char * exif_lens
 
double iso
 
double exposure
 
double aperture
 
double focal_length
 
int format
 
int excluded
 

Detailed Description

The facts about one image that decide whether a preset matches it.

Every field is bound, never interpolated. The _alias/_maker pair exists because a preset may name either the EXIF strings or rawspeed's canonical camera names, and the query tries both.

Definition at line 311 of file preset_repository.h.

Field Documentation

◆ aperture

double dt_preset_match_t::aperture

Definition at line 320 of file preset_repository.h.

Referenced by _gui_presets_popup_menu_show_internal().

◆ camera_alias

const char* dt_preset_match_t::camera_alias

Definition at line 315 of file preset_repository.h.

Referenced by _gui_presets_popup_menu_show_internal().

◆ camera_maker

const char* dt_preset_match_t::camera_maker

Definition at line 316 of file preset_repository.h.

Referenced by _gui_presets_popup_menu_show_internal().

◆ excluded

int dt_preset_match_t::excluded

FOR_NOT_MONO / FOR_NOT_COLOR of the image

Definition at line 323 of file preset_repository.h.

Referenced by _gui_presets_popup_menu_show_internal().

◆ exif_lens

const char* dt_preset_match_t::exif_lens

Definition at line 317 of file preset_repository.h.

Referenced by _gui_presets_popup_menu_show_internal().

◆ exif_maker

const char* dt_preset_match_t::exif_maker

Definition at line 314 of file preset_repository.h.

Referenced by _gui_presets_popup_menu_show_internal().

◆ exif_model

const char* dt_preset_match_t::exif_model

◆ exposure

double dt_preset_match_t::exposure

Definition at line 319 of file preset_repository.h.

Referenced by _gui_presets_popup_menu_show_internal().

◆ focal_length

double dt_preset_match_t::focal_length

Definition at line 321 of file preset_repository.h.

Referenced by _gui_presets_popup_menu_show_internal().

◆ format

int dt_preset_match_t::format

FOR_RAW / FOR_LDR / FOR_HDR of the image

Definition at line 322 of file preset_repository.h.

Referenced by _gui_presets_popup_menu_show_internal().

◆ iso

double dt_preset_match_t::iso

Definition at line 318 of file preset_repository.h.

Referenced by _gui_presets_popup_menu_show_internal().


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