![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include "bauhaus/bauhaus.h"
#include "common/imagebuf.h"
#include "control/control.h"
#include "develop/imageop.h"
#include "develop/imageop_math.h"
#include "develop/imageop_gui.h"
#include "dtgtk/resetlabel.h"
#include "gui/gtk.h"
#include "iop/iop_api.h"
#include <gtk/gtk.h>
#include <stdlib.h>
Data Structures | |
struct | dt_iop_hotpixels_params_t |
struct | dt_iop_hotpixels_gui_data_t |
struct | dt_iop_hotpixels_data_t |
Macros | |
#define | TESTONE(OFFSET) |
Typedefs | |
typedef struct dt_iop_hotpixels_params_t | dt_iop_hotpixels_params_t |
typedef struct dt_iop_hotpixels_gui_data_t | dt_iop_hotpixels_gui_data_t |
typedef struct dt_iop_hotpixels_data_t | dt_iop_hotpixels_data_t |
#define TESTONE | ( | OFFSET | ) |
typedef struct dt_iop_hotpixels_data_t dt_iop_hotpixels_data_t |
typedef struct dt_iop_hotpixels_gui_data_t dt_iop_hotpixels_gui_data_t |
typedef struct dt_iop_hotpixels_params_t dt_iop_hotpixels_params_t |
void cleanup_pipe | ( | struct dt_iop_module_t * | self, |
dt_dev_pixelpipe_t * | pipe, | ||
dt_dev_pixelpipe_iop_t * | piece | ||
) |
References dt_dev_pixelpipe_iop_t::data.
void commit_params | ( | struct dt_iop_module_t * | self, |
dt_iop_params_t * | params, | ||
dt_dev_pixelpipe_t * | pipe, | ||
dt_dev_pixelpipe_iop_t * | piece | ||
) |
References dt_dev_pixelpipe_iop_t::data, DT_DEV_PIXELPIPE_EXPORT, DT_DEV_PIXELPIPE_THUMBNAIL, dt_image_is_monochrome(), dt_image_is_raw(), dt_dev_pixelpipe_iop_t::enabled, dt_iop_hotpixels_data_t::filters, dt_dev_pixelpipe_t::image, dt_iop_hotpixels_data_t::markfixed, dt_iop_hotpixels_data_t::multiplier, dt_iop_hotpixels_data_t::permissive, dt_dev_pixelpipe_iop_t::pipe, dt_iop_hotpixels_data_t::threshold, and dt_dev_pixelpipe_t::type.
int default_colorspace | ( | dt_iop_module_t * | self, |
dt_dev_pixelpipe_t * | pipe, | ||
dt_dev_pixelpipe_iop_t * | piece | ||
) |
References IOP_CS_RAW.
int default_group | ( | ) |
References IOP_GROUP_REPAIR.
const char ** description | ( | struct dt_iop_module_t * | self | ) |
References dt_iop_set_description().
|
static |
References darktable, FALSE, darktable_t::gui, dt_iop_module_t::gui_data, and dt_gui_gtk_t::reset.
Referenced by _circle_events_post_expose(), _draw_location(), _ellipse_events_post_expose(), _gradient_events_post_expose(), _guides_add_guide(), _view_map_draw_location(), dt_focus_draw_clusters(), dt_focuspeaking(), dt_guides_add_guide(), gui_init(), and gui_init().
int flags | ( | ) |
References IOP_FLAGS_ONE_INSTANCE, and IOP_FLAGS_SUPPORTS_BLENDING.
void gui_init | ( | dt_iop_module_t * | self | ) |
void gui_update | ( | dt_iop_module_t * | self | ) |
void init_pipe | ( | struct dt_iop_module_t * | self, |
dt_dev_pixelpipe_t * | pipe, | ||
dt_dev_pixelpipe_iop_t * | piece | ||
) |
References dt_dev_pixelpipe_iop_t::data, and dt_dev_pixelpipe_iop_t::data_size.
const char * name | ( | ) |
void process | ( | struct dt_iop_module_t * | self, |
dt_dev_pixelpipe_iop_t * | piece, | ||
const void *const | ivoid, | ||
void *const | ovoid, | ||
const dt_iop_roi_t *const | roi_in, | ||
const dt_iop_roi_t *const | roi_out | ||
) |
|
static |
|
static |
void reload_defaults | ( | dt_iop_module_t * | module | ) |
References dt_image_is_monochrome(), and dt_image_is_raw().