![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include "common/darktable.h"
#include "common/imageio.h"
#include "common/imageio_module.h"
#include "imageio/format/imageio_format_api.h"
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
int bpp | ( | dt_imageio_module_data_t * | p | ) |
void cleanup | ( | dt_imageio_module_format_t * | self | ) |
const char * extension | ( | dt_imageio_module_data_t * | data | ) |
void free_params | ( | dt_imageio_module_format_t * | self, |
dt_imageio_module_data_t * | params | ||
) |
void * get_params | ( | dt_imageio_module_format_t * | self | ) |
void gui_cleanup | ( | dt_imageio_module_format_t * | self | ) |
void gui_init | ( | dt_imageio_module_format_t * | self | ) |
void gui_reset | ( | dt_imageio_module_format_t * | self | ) |
void init | ( | dt_imageio_module_format_t * | self | ) |
int levels | ( | dt_imageio_module_data_t * | p | ) |
References IMAGEIO_FLOAT, and IMAGEIO_RGB.
const char * mime | ( | dt_imageio_module_data_t * | data | ) |
const char * name | ( | ) |
size_t params_size | ( | dt_imageio_module_format_t * | self | ) |
Referenced by set_params().
int set_params | ( | dt_imageio_module_format_t * | self, |
const void * | params, | ||
int | size | ||
) |
References params_size(), and size.
int write_image | ( | dt_imageio_module_data_t * | data, |
const char * | filename, | ||
const void * | ivoid, | ||
dt_colorspaces_color_profile_type_t | over_type, | ||
const char * | over_filename, | ||
void * | exif, | ||
int | exif_len, | ||
int32_t | imgid, | ||
int | num, | ||
int | total, | ||
struct dt_dev_pixelpipe_t * | pipe, | ||
const gboolean | export_masks | ||
) |