![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Go to the source code of this file.
Functions | |
gboolean | dt_rawspeed_lookup_makermodel (const char *maker, const char *model, char *mk, int mk_len, char *md, int md_len, char *al, int al_len) |
uint32_t | dt_rawspeed_crop_dcraw_filters (uint32_t filters, uint32_t crop_x, uint32_t crop_y) |
dt_imageio_retval_t | dt_imageio_open_rawspeed (dt_image_t *img, const char *filename, dt_mipmap_buffer_t *buf) |
dt_imageio_retval_t dt_imageio_open_rawspeed | ( | dt_image_t * | img, |
const char * | filename, | ||
dt_mipmap_buffer_t * | buf | ||
) |
References _ignore_image(), dt_image_t::adobe_XYZ_to_CAM, dt_image_t::buf_dsc, dt_image_t::camera_alias, dt_image_t::camera_legacy_makermodel, dt_image_t::camera_maker, dt_image_t::camera_missing_sample, dt_image_t::camera_model, dt_iop_buffer_dsc_t::channels, dt_image_t::crop_height, dt_image_t::crop_width, dt_image_t::crop_x, dt_image_t::crop_y, dt_iop_buffer_dsc_t::cst, darktable, dt_iop_buffer_dsc_t::datatype, dt_exif_img_check_additional_tags(), dt_exif_read(), DT_IMAGE_4BAYER, DT_IMAGE_HDR, DT_IMAGE_RAW, dt_image_refresh_makermodel(), DT_IMAGEIO_CACHE_FULL, DT_IMAGEIO_FILE_CORRUPTED, dt_imageio_flip_buffers(), DT_IMAGEIO_OK, dt_imageio_open_rawspeed_sraw(), dt_mipmap_cache_alloc(), dt_pthread_mutex_lock(), dt_pthread_mutex_unlock(), dt_rawspeed_crop_dcraw_filters(), dt_rawspeed_load_meta(), error(), dt_image_t::exif_inited, f(), dt_image_t::filename, dt_iop_buffer_dsc_t::filters, FILTERS_ARE_4BAYER, dt_image_t::flags, dt_image_t::fuji_rotation_pos, dt_image_t::height, IOP_CS_RAW, dt_image_t::loader, LOADER_RAWSPEED, meta, ORIENTATION_NONE, dt_image_t::p_height, dt_image_t::p_width, PATH_MAX, dt_image_t::pixel_aspect_ratio, dt_iop_buffer_dsc_t::processed_maximum, dt_image_t::raw_black_level, dt_image_t::raw_black_level_separate, dt_image_t::raw_white_point, darktable_t::readFile_mutex, TRUE, TYPE_FLOAT, TYPE_FLOAT32, TYPE_UINT16, TYPE_USHORT16, void(), dt_image_t::wb_coeffs, dt_image_t::width, and dt_iop_buffer_dsc_t::xtrans.
Referenced by dt_imageio_open_raw().
uint32_t dt_rawspeed_crop_dcraw_filters | ( | uint32_t | filters, |
uint32_t | crop_x, | ||
uint32_t | crop_y | ||
) |
Referenced by dt_imageio_open_rawspeed(), and process().
gboolean dt_rawspeed_lookup_makermodel | ( | const char * | maker, |
const char * | model, | ||
char * | mk, | ||
int | mk_len, | ||
char * | md, | ||
int | md_len, | ||
char * | al, | ||
int | al_len | ||
) |
References dt_rawspeed_load_meta(), FALSE, maker, meta, model, and TRUE.
Referenced by dt_imageio_lookup_makermodel().