![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <imageio_module.h>
Collaboration diagram for dt_imageio_module_data_t:Data Fields | |
| int | max_width |
| int | max_height |
| int | width |
| int | height |
| char | style [128] |
defines the plugin structure for image import and export.
io is handled by the module_format plugins, which in turn is called by the module_storage plugins, which handles the type of export, such as flickr upload or simple on-disk storage.
Definition at line 72 of file imageio_module.h.
| int dt_imageio_module_data_t::height |
Definition at line 75 of file imageio_module.h.
Referenced by __attribute__(), __attribute__(), _export_image(), _export_pre_module_fullres_to_tiff(), _init_8(), _write_image(), dt_control_merge_hdr_process(), dt_imageio_export_with_flags(), read_image(), store(), write_image(), write_image(), write_image(), write_image(), write_image(), write_image(), and write_image().
| int dt_imageio_module_data_t::max_height |
Definition at line 74 of file imageio_module.h.
Referenced by _export_image(), _export_pre_module_fullres_to_tiff(), _init_8(), dt_control_export_job_run(), dt_imageio_export_with_flags(), main(), and store().
| int dt_imageio_module_data_t::max_width |
Definition at line 74 of file imageio_module.h.
Referenced by _export_image(), _export_pre_module_fullres_to_tiff(), _init_8(), dt_control_export_job_run(), dt_imageio_export_with_flags(), legacy_params(), main(), and store().
| char dt_imageio_module_data_t::style[128] |
Definition at line 76 of file imageio_module.h.
Referenced by _apply_style_before_export(), _export_image(), _export_pre_module_fullres_to_tiff(), _print_export_debug(), dt_control_export_job_run(), dt_imageio_export_with_flags(), get_params(), main(), and set_params().
| int dt_imageio_module_data_t::width |
Definition at line 75 of file imageio_module.h.
Referenced by __attribute__(), __attribute__(), _export_image(), _export_pre_module_fullres_to_tiff(), _init_8(), _write_image(), dt_control_merge_hdr_process(), dt_imageio_export_with_flags(), read_image(), store(), write_image(), write_image(), write_image(), write_image(), write_image(), write_image(), write_image(), write_image(), and write_image().