![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include "common/darktable.h"#include <glib.h>#include <inttypes.h>#include <stdio.h>#include <stdlib.h>#include <string.h>
Include dependency graph for chart/pfm.c:Functions | |
| float * | read_pfm (const char *filename, int *wd, int *ht) |
| void | write_pfm (const char *filename, int width, int height, float *data) |
| float * read_pfm | ( | const char * | filename, |
| int * | wd, | ||
| int * | ht | ||
| ) |
References c, dt_free, dt_pixelpipe_cache_alloc_align_float_cache, dt_pixelpipe_cache_free_align, f, height, i, v, and width.
Referenced by open_image().