![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include "darktable.h"#include "common/xmp_sidecar.h"#include "common/film.h"#include "common/file_location.h"#include "history/history.h"#include "common/image.h"#include "caches/image_cache.h"#include "imageio/imageio_module.h"#include "common/l10n.h"#include <inttypes.h>#include <libintl.h>#include "osx/osx.h"#include "win/main_wrapper.h"
Include dependency graph for ansel-cli/main.c:Go to the source code of this file.
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 |
Definition at line 76 of file ansel-cli/main.c.
| #define DT_MAX_STYLE_NAME_LENGTH 128 |
TODO:
Definition at line 73 of file ansel-cli/main.c.
Definition at line 144 of file ansel-cli/main.c.
Definition at line 187 of file ansel-cli/main.c.
|
static |
Definition at line 188 of file ansel-cli/main.c.
References DT_INTENT_LAST, ICC_INTENT_FROM_STR, and L.
Referenced by main().
|
static |
Definition at line 145 of file ansel-cli/main.c.
References DT_COLORSPACE_LAST, ICC_FROM_STR, L, NONE, and XYZ.
Referenced by main().
Definition at line 178 of file ansel-cli/main.c.
References L.
Referenced by main().
Definition at line 111 of file ansel-cli/main.c.
References L.
Referenced by main().
| int main | ( | int | argc, |
| char * | arg[] | ||
| ) |
Definition at line 198 of file ansel-cli/main.c.
References bpp, 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_free, dt_free_gpointer(), dt_history_get_items_as_string(), dt_image_cache_get(), dt_image_cache_read_release(), 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_l10n_disable_setlocale_early(), 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(), dt_image_t::id, IS_NULL_PTR, k, L, dt_export_metadata_t::list, MAX, PATH_MAX, TRUE, usage(), and width.
Definition at line 78 of file ansel-cli/main.c.
References L.
Referenced by getrusage(), and main().