![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Include dependency graph for develop/format.c:Go to the source code of this file.
Functions | |
| void | default_input_format (dt_iop_module_t *self, dt_dev_pixelpipe_t *pipe, dt_dev_pixelpipe_iop_t *piece, dt_iop_buffer_dsc_t *dsc) |
| void | default_output_format (dt_iop_module_t *self, dt_dev_pixelpipe_t *pipe, dt_dev_pixelpipe_iop_t *piece, dt_iop_buffer_dsc_t *dsc) |
| int | default_blend_colorspace (dt_iop_module_t *self, dt_dev_pixelpipe_t *pipe, const dt_dev_pixelpipe_iop_t *piece) |
| int default_blend_colorspace | ( | dt_iop_module_t * | self, |
| dt_dev_pixelpipe_t * | pipe, | ||
| const dt_dev_pixelpipe_iop_t * | piece | ||
| ) |
Definition at line 67 of file develop/format.c.
| void default_input_format | ( | dt_iop_module_t * | self, |
| dt_dev_pixelpipe_t * | pipe, | ||
| dt_dev_pixelpipe_iop_t * | piece, | ||
| dt_iop_buffer_dsc_t * | dsc | ||
| ) |
Definition at line 28 of file develop/format.c.
References dt_iop_buffer_dsc_t::channels, dt_iop_buffer_dsc_t::cst, dt_iop_buffer_dsc_t::datatype, dt_dev_pixelpipe_t::dev, dt_image_t::dsc, dt_dev_pixelpipe_iop_t::dsc_in, dt_image_is_raw(), dt_ioppr_get_iop_order(), dt_iop_buffer_dsc_t::filters, dt_develop_t::image_storage, IOP_CS_RAW, dt_dev_pixelpipe_t::iop_order_list, dt_iop_module_t::multi_priority, dt_iop_module_t::op, TYPE_FLOAT, and TYPE_UINT16.
Referenced by input_format().
| void default_output_format | ( | dt_iop_module_t * | self, |
| dt_dev_pixelpipe_t * | pipe, | ||
| dt_dev_pixelpipe_iop_t * | piece, | ||
| dt_iop_buffer_dsc_t * | dsc | ||
| ) |
Definition at line 46 of file develop/format.c.
References dt_iop_buffer_dsc_t::channels, dt_iop_buffer_dsc_t::cst, dt_iop_buffer_dsc_t::datatype, dt_dev_pixelpipe_t::dev, dt_image_t::dsc, dt_dev_pixelpipe_iop_t::dsc_in, dt_image_is_raw(), dt_ioppr_get_iop_order(), dt_iop_buffer_dsc_t::filters, dt_develop_t::image_storage, IOP_CS_RAW, dt_dev_pixelpipe_t::iop_order_list, dt_iop_module_t::multi_priority, dt_iop_module_t::op, TYPE_FLOAT, and TYPE_UINT16.
Referenced by output_format().