Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
storage.c File Reference
#include "lua/storage.h"
#include "common/imageio.h"
#include "control/conf.h"
#include "lua/image.h"
#include "lua/modules.h"
#include "lua/types.h"
+ Include dependency graph for storage.c:

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)
 

Function Documentation

◆ dt_lua_init_early_storage()

◆ dt_lua_register_storage_type()

◆ get_storage_params()

static int get_storage_params ( lua_State L)
static

◆ height_member()

static int height_member ( lua_State L)
static

References height, and width.

Referenced by dt_lua_init_early_storage().

◆ name_member()

static int name_member ( lua_State L)
static

◆ new_storage()

static int new_storage ( lua_State L)
static

◆ plugin_name_member()

static int plugin_name_member ( lua_State L)
static

◆ recommended_height_member()

static int recommended_height_member ( lua_State L)
static

References dt_conf_get_int(), height, and width.

Referenced by dt_lua_init_early_storage().

◆ recommended_width_member()

static int recommended_width_member ( lua_State L)
static

References dt_conf_get_int(), height, and width.

Referenced by dt_lua_init_early_storage().

◆ supports_format()

static int supports_format ( lua_State L)
static

References dt_lua_isa.

Referenced by dt_lua_init_early_storage().

◆ width_member()

static int width_member ( lua_State L)
static

References height, and width.

Referenced by dt_lua_init_early_storage().