![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include "common/darktable.h"
#include "common/debug.h"
#include "common/exif.h"
#include "common/imageio_module.h"
#include "common/utility.h"
#include "imageio/format/imageio_format_api.h"
#include "gui/gtk.h"
#include <glib/gstdio.h>
#include <inttypes.h>
#include <stdio.h>
#include <stdlib.h>
Functions | |
int | write_image (dt_imageio_module_data_t *data, const char *filename, const void *in, 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) |
size_t | params_size (dt_imageio_module_format_t *self) |
void * | get_params (dt_imageio_module_format_t *self) |
void | free_params (dt_imageio_module_format_t *self, dt_imageio_module_data_t *params) |
int | set_params (dt_imageio_module_format_t *self, const void *params, const int size) |
int | bpp (dt_imageio_module_data_t *p) |
const char * | mime (dt_imageio_module_data_t *data) |
const char * | extension (dt_imageio_module_data_t *data) |
const char * | name () |
void | init (dt_imageio_module_format_t *self) |
void | cleanup (dt_imageio_module_format_t *self) |
void | gui_init (dt_imageio_module_format_t *self) |
void | gui_cleanup (dt_imageio_module_format_t *self) |
void | gui_reset (dt_imageio_module_format_t *self) |
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 | ) |
Referenced by write_image().
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 | ) |
References dt_ui_label_new(), and dt_imageio_module_format_t::widget.
void gui_reset | ( | dt_imageio_module_format_t * | self | ) |
void init | ( | dt_imageio_module_format_t * | self | ) |
const char * mime | ( | dt_imageio_module_data_t * | data | ) |
const char * name | ( | ) |
size_t params_size | ( | dt_imageio_module_format_t * | self | ) |
int set_params | ( | dt_imageio_module_format_t * | self, |
const void * | params, | ||
const int | size | ||
) |
References size.
int write_image | ( | dt_imageio_module_data_t * | data, |
const char * | filename, | ||
const void * | in, | ||
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 | ||
) |
References dt_copy_file(), dt_exif_xmp_write(), dt_image_full_path(), extension(), PATH_MAX, and TRUE.