![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <inttypes.h>
#include <webp/decode.h>
#include <webp/mux.h>
#include "common/image.h"
#include "common/imageio.h"
#include "develop/imageop.h"
Functions | |
dt_imageio_retval_t | dt_imageio_open_webp (dt_image_t *img, const char *filename, dt_mipmap_buffer_t *mbuf) |
dt_imageio_retval_t dt_imageio_open_webp | ( | 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_DEBUG_IMAGEIO, DT_IMAGE_LDR, DT_IMAGEIO_CACHE_FULL, DT_IMAGEIO_FILE_CORRUPTED, DT_IMAGEIO_OK, dt_mipmap_cache_alloc(), dt_print(), f(), dt_image_t::filename, dt_iop_buffer_dsc_t::filters, dt_image_t::flags, dt_image_t::height, IOP_CS_RGB, dt_image_t::loader, LOADER_WEBP, dt_image_t::profile, dt_image_t::profile_size, TYPE_FLOAT, and dt_image_t::width.
Referenced by dt_imageio_open_raster().