![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
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 |
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.
| double dt_preset_match_t::aperture |
Definition at line 320 of file preset_repository.h.
Referenced by _gui_presets_popup_menu_show_internal().
| 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().
| 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().
| 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().
| 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().
| 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().
| const char* dt_preset_match_t::exif_model |
Definition at line 313 of file preset_repository.h.
Referenced by _gui_presets_popup_menu_show_internal(), and dt_gui_presets_autoapply_for_module().
| double dt_preset_match_t::exposure |
Definition at line 319 of file preset_repository.h.
Referenced by _gui_presets_popup_menu_show_internal().
| double dt_preset_match_t::focal_length |
Definition at line 321 of file preset_repository.h.
Referenced by _gui_presets_popup_menu_show_internal().
| 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().
| double dt_preset_match_t::iso |
Definition at line 318 of file preset_repository.h.
Referenced by _gui_presets_popup_menu_show_internal().