![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
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().