![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include "common/darktable.h"
#include "common/imageio_pfm.h"
#include "develop/imageop.h"
#include <assert.h>
#include <errno.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <strings.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <time.h>
#include <unistd.h>
Functions | |
dt_imageio_retval_t | dt_imageio_open_pfm (dt_image_t *img, const char *filename, dt_mipmap_buffer_t *mbuf) |
dt_imageio_retval_t dt_imageio_open_pfm | ( | dt_image_t * | img, |
const char * | filename, | ||
dt_mipmap_buffer_t * | mbuf | ||
) |
References dt_image_t::buf_dsc, dt_iop_buffer_dsc_t::channels, dt_iop_buffer_dsc_t::cst, dt_iop_buffer_dsc_t::datatype, DT_IMAGE_HDR, DT_IMAGEIO_CACHE_FULL, DT_IMAGEIO_FILE_CORRUPTED, DT_IMAGEIO_OK, dt_mipmap_cache_alloc(), f(), dt_iop_buffer_dsc_t::filters, dt_image_t::flags, dt_image_t::height, IOP_CS_RGB, dt_image_t::loader, LOADER_PFM, TYPE_FLOAT, and dt_image_t::width.
Referenced by dt_imageio_open_hdr().