![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include "common/collection.h"
#include "common/darktable.h"
#include "common/debug.h"
#include "common/exif.h"
#include "common/film.h"
#include "common/file_location.h"
#include "common/history.h"
#include "common/image.h"
#include "common/image_cache.h"
#include "common/imageio.h"
#include "common/imageio_jpeg.h"
#include "common/imageio_module.h"
#include "common/points.h"
#include "control/conf.h"
#include "develop/imageop.h"
#include <inttypes.h>
#include <libintl.h>
#include <sys/time.h>
#include <unistd.h>
Macros | |
#define | DT_MAX_STYLE_NAME_LENGTH 128 |
#define | DT_MAX_OUTPUT_EXT_LENGTH 5 |
#define | ICC_FROM_STR(name) if(!strcmp(option, #name)) return DT_COLORSPACE_ ## name; |
#define | ICC_INTENT_FROM_STR(name) if(!strcmp(option, #name)) return DT_INTENT_ ## name; |
Functions | |
static void | usage (const char *progname) |
static void | icc_types () |
static dt_colorspaces_color_profile_type_t | get_icc_type (const char *option) |
static void | icc_intents () |
static dt_iop_color_intent_t | get_icc_intent (const char *option) |
int | main (int argc, char *arg[]) |
#define DT_MAX_OUTPUT_EXT_LENGTH 5 |
#define DT_MAX_STYLE_NAME_LENGTH 128 |
TODO:
|
static |
References DT_INTENT_LAST, and ICC_INTENT_FROM_STR.
Referenced by main().
|
static |
References DT_COLORSPACE_LAST, ICC_FROM_STR, and NONE.
Referenced by main().
|
static |
Referenced by main().
|
static |
Referenced by main().
int main | ( | int | argc, |
char * | arg[] | ||
) |
References bpp, darktable, darktable_last_commit_year, darktable_package_version, dt_cleanup(), DT_COLORSPACE_LAST, DT_COLORSPACE_NONE, dt_exif_xmp_read(), dt_film_get_image_ids(), dt_film_import(), dt_film_new(), dt_history_get_items_as_string(), dt_image_cache_get(), DT_IMAGE_CACHE_RELAXED, dt_image_cache_write_release(), dt_image_import(), dt_imageio_get_format_by_name(), dt_imageio_get_storage_by_name(), dt_init(), DT_INTENT_LAST, dt_lib_export_metadata_default_flags(), dt_loc_get_localedir(), dt_loc_init(), DT_MAX_OUTPUT_EXT_LENGTH, DT_MAX_PATH_FOR_PARAMS, DT_MAX_STYLE_NAME_LENGTH, dt_osx_prepare_environment(), FALSE, dt_export_metadata_t::flags, get_icc_intent(), get_icc_type(), GETTEXT_PACKAGE, height, icc_intents(), icc_types(), darktable_t::image_cache, dt_export_metadata_t::list, MAX, dt_imageio_module_data_t::max_height, dt_imageio_module_data_t::max_width, PATH_MAX, dt_imageio_module_data_t::style, TRUE, usage(), and width.
|
static |
Referenced by getrusage(), and main().