luadocs/content/lua.api.manual/darktable/darktable.new_storage.md

563 B

title id weight draft author
darktable.new_storage darktable.new_storage 120 false people
function(
type : string
) : types.dt_imageio_module_storage_t

Creates a new storage object to export images.

  • type - string - The type of storage object to create, one of:

    • disk
    • email
    • gallery
    • latex
    • piwigo
    • Other, lua-defined, storage types may appear.
  • return - [types.dt_imageio_module_storage_t(../../types/dt_imageio_module_storage_t)] - The newly created object. Exact type depends on the type passed