![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include "lua/storage.h"
#include "common/imageio.h"
#include "control/conf.h"
#include "lua/image.h"
#include "lua/modules.h"
#include "lua/types.h"
Functions | |
static int | supports_format (lua_State *L) |
static int | plugin_name_member (lua_State *L) |
static int | name_member (lua_State *L) |
static int | width_member (lua_State *L) |
static int | height_member (lua_State *L) |
static int | recommended_width_member (lua_State *L) |
static int | recommended_height_member (lua_State *L) |
static int | get_storage_params (lua_State *L) |
void | dt_lua_register_storage_type (lua_State *L, dt_imageio_module_storage_t *module, luaA_Type type_id) |
static int | new_storage (lua_State *L) |
int | dt_lua_init_early_storage (lua_State *L) |
int dt_lua_init_early_storage | ( | 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, height_member(), name_member(), new_storage(), plugin_name_member(), recommended_height_member(), recommended_width_member(), supports_format(), and width_member().
void dt_lua_register_storage_type | ( | lua_State * | L, |
dt_imageio_module_storage_t * | module, | ||
luaA_Type | type_id | ||
) |
|
static |
References dt_imageio_module_storage_t::parameter_lua_type.
Referenced by dt_lua_register_storage_type().
|
static |
Referenced by dt_lua_init_early_storage().
|
static |
Referenced by dt_lua_init_early_storage().
|
static |
References dt_lua_module_entry_push().
Referenced by dt_lua_init_early_storage().
|
static |
References dt_imageio_module_storage_t::plugin_name.
Referenced by dt_lua_init_early_storage().
|
static |
References dt_conf_get_int(), height, and width.
Referenced by dt_lua_init_early_storage().
|
static |
References dt_conf_get_int(), height, and width.
Referenced by dt_lua_init_early_storage().
|
static |
References dt_lua_isa.
Referenced by dt_lua_init_early_storage().
|
static |
Referenced by dt_lua_init_early_storage().