![]() |
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>
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 dt_alloc_align_float(), dt_free_align, f(), height, and width.
Referenced by open_image().
void write_pfm | ( | const char * | filename, |
int | width, | ||
int | height, | ||
float * | data | ||
) |
References dt_alloc_align_float(), dt_free_align, error(), f(), height, void(), and width.
Referenced by main().