![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include "common/imageio.h"
#include "control/conf.h"
#include "lua/image.h"
#include "lua/modules.h"
#include "lua/types.h"
Functions | |
static int | plugin_name_member (lua_State *L) |
static int | name_member (lua_State *L) |
static int | extension_member (lua_State *L) |
static int | mime_member (lua_State *L) |
static int | max_width_member (lua_State *L) |
static int | max_height_member (lua_State *L) |
static int | get_format_params (lua_State *L) |
static int | write_image (lua_State *L) |
void | dt_lua_register_format_type (lua_State *L, dt_imageio_module_format_t *module, luaA_Type type_id) |
static int | new_format (lua_State *L) |
int | dt_lua_init_early_format (lua_State *L) |
int dt_lua_init_early_format | ( | lua_State * | L | ) |
References dt_lua_init_type, dt_lua_module_new(), dt_lua_push_darktable_lib(), dt_lua_type_member_common(), dt_lua_type_register, dt_lua_type_register_const, extension_member(), max_height_member(), max_width_member(), mime_member(), name_member(), new_format(), plugin_name_member(), and write_image().
void dt_lua_register_format_type | ( | lua_State * | L, |
dt_imageio_module_format_t * | module, | ||
luaA_Type | type_id | ||
) |
|
static |
Referenced by dt_lua_init_early_format().
|
static |
References height, dt_imageio_module_data_t::max_height, dt_imageio_module_data_t::max_width, dt_imageio_module_format_t::parameter_lua_type, and width.
Referenced by dt_lua_register_format_type().
|
static |
References height, dt_imageio_module_data_t::max_height, and width.
Referenced by dt_lua_init_early_format().
|
static |
References height, dt_imageio_module_data_t::max_width, and width.
Referenced by dt_lua_init_early_format().
|
static |
Referenced by dt_lua_init_early_format().
|
static |
Referenced by dt_lua_init_early_format().
|
static |
References dt_lua_module_entry_push().
Referenced by dt_lua_init_early_format().
|
static |
References dt_imageio_module_format_t::plugin_name.
Referenced by dt_lua_init_early_format().
|
static |
References dt_conf_get_bool(), dt_conf_get_int(), dt_conf_get_string_const(), dt_imageio_export(), DT_INTENT_LAST, dt_lua_isa, FALSE, sanitize_colorspaces(), and TRUE.
Referenced by dt_lua_init_early_format().