![]() |
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>
Include dependency graph for imageio/format/pfm.c:Go to the source code of this file.
| int bpp | ( | dt_imageio_module_data_t * | p | ) |
Definition at line 108 of file imageio/format/pfm.c.
| void cleanup | ( | dt_imageio_module_format_t * | self | ) |
Definition at line 136 of file imageio/format/pfm.c.
| const char * extension | ( | dt_imageio_module_data_t * | data | ) |
Definition at line 123 of file imageio/format/pfm.c.
| void free_params | ( | dt_imageio_module_format_t * | self, |
| dt_imageio_module_data_t * | params | ||
| ) |
Definition at line 97 of file imageio/format/pfm.c.
References dt_free.
| void * get_params | ( | dt_imageio_module_format_t * | self | ) |
Definition at line 91 of file imageio/format/pfm.c.
References d.
| void gui_cleanup | ( | dt_imageio_module_format_t * | self | ) |
Definition at line 142 of file imageio/format/pfm.c.
| void gui_init | ( | dt_imageio_module_format_t * | self | ) |
Definition at line 139 of file imageio/format/pfm.c.
| void gui_reset | ( | dt_imageio_module_format_t * | self | ) |
Definition at line 145 of file imageio/format/pfm.c.
| void init | ( | dt_imageio_module_format_t * | self | ) |
Definition at line 133 of file imageio/format/pfm.c.
| int levels | ( | dt_imageio_module_data_t * | p | ) |
Definition at line 113 of file imageio/format/pfm.c.
References IMAGEIO_FLOAT, and IMAGEIO_RGB.
| const char * mime | ( | dt_imageio_module_data_t * | data | ) |
Definition at line 118 of file imageio/format/pfm.c.
| const char * name | ( | ) |
Definition at line 128 of file imageio/format/pfm.c.
| size_t params_size | ( | dt_imageio_module_format_t * | self | ) |
Definition at line 86 of file imageio/format/pfm.c.
Referenced by set_params().
| int set_params | ( | dt_imageio_module_format_t * | self, |
| const void * | params, | ||
| int | size | ||
| ) |
Definition at line 102 of file imageio/format/pfm.c.
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 | ||
| ) |
Definition at line 41 of file imageio/format/pfm.c.
References dt_pixelpipe_cache_alloc_align_float_cache, dt_pixelpipe_cache_free_align, f, dt_imageio_module_data_t::height, i, out, and dt_imageio_module_data_t::width.