Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
tonemap.cc File Reference
#include "glib.h"
#include <assert.h>
#include <math.h>
#include <stdlib.h>
#include <string.h>
#include "bauhaus/bauhaus.h"
#include "control/control.h"
#include "develop/develop.h"
#include "develop/imageop.h"
#include "develop/imageop_gui.h"
#include "gui/gtk.h"
#include "iop/iop_api.h"
#include <gtk/gtk.h>
#include <inttypes.h>
#include "iop/Permutohedral.h"
+ Include dependency graph for tonemap.cc:

Data Structures

struct  dt_iop_tonemapping_params_t
 
struct  dt_iop_tonemapping_gui_data_t
 
struct  dt_iop_tonemapping_data_t
 

Macros

#define __STDC_FORMAT_MACROS
 

Typedefs

typedef struct dt_iop_tonemapping_params_t dt_iop_tonemapping_params_t
 
typedef struct dt_iop_tonemapping_gui_data_t dt_iop_tonemapping_gui_data_t
 
typedef struct dt_iop_tonemapping_data_t dt_iop_tonemapping_data_t
 

Functions

const char * name ()
 
int default_group ()
 
int flags ()
 
const char * deprecated_msg ()
 
int default_colorspace (dt_iop_module_t *self, dt_dev_pixelpipe_t *pipe, dt_dev_pixelpipe_iop_t *piece)
 
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)
 
void commit_params (struct dt_iop_module_t *self, dt_iop_params_t *p1, dt_dev_pixelpipe_t *pipe, dt_dev_pixelpipe_iop_t *piece)
 
void init_pipe (struct dt_iop_module_t *self, dt_dev_pixelpipe_t *pipe, dt_dev_pixelpipe_iop_t *piece)
 
void cleanup_pipe (struct dt_iop_module_t *self, dt_dev_pixelpipe_t *pipe, dt_dev_pixelpipe_iop_t *piece)
 
void gui_init (struct dt_iop_module_t *self)
 

Macro Definition Documentation

◆ __STDC_FORMAT_MACROS

#define __STDC_FORMAT_MACROS

Typedef Documentation

◆ dt_iop_tonemapping_data_t

◆ dt_iop_tonemapping_gui_data_t

◆ dt_iop_tonemapping_params_t

Function Documentation

◆ cleanup_pipe()

void cleanup_pipe ( struct dt_iop_module_t self,
dt_dev_pixelpipe_t pipe,
dt_dev_pixelpipe_iop_t piece 
)

◆ commit_params()

◆ default_colorspace()

int default_colorspace ( dt_iop_module_t self,
dt_dev_pixelpipe_t pipe,
dt_dev_pixelpipe_iop_t piece 
)

References IOP_CS_RGB.

◆ default_group()

int default_group ( )

References IOP_GROUP_TONES.

◆ deprecated_msg()

const char * deprecated_msg ( )

◆ flags()

int flags ( )

◆ gui_init()

◆ init_pipe()

void init_pipe ( struct dt_iop_module_t self,
dt_dev_pixelpipe_t pipe,
dt_dev_pixelpipe_iop_t piece 
)

◆ name()

const char * name ( )

◆ process()