Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
format.h File Reference
#include <common/imageio_module.h>
#include <lua/lua.h>
+ Include dependency graph for lua/format.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define dt_lua_register_format(L, format, type_name)    dt_lua_register_format_type(L, format, luaA_type_find(#type_name))
 

Functions

void dt_lua_register_format_type (lua_State *L, struct dt_imageio_module_format_t *module, luaA_Type type_id)
 
int dt_lua_init_early_format (lua_State *L)
 

Macro Definition Documentation

◆ dt_lua_register_format

#define dt_lua_register_format (   L,
  format,
  type_name 
)     dt_lua_register_format_type(L, format, luaA_type_find(#type_name))

helper for formats to declare their lua interface

Function Documentation

◆ dt_lua_init_early_format()

◆ dt_lua_register_format_type()