On Thu, Aug 31, 2017, at 01:38, Tobias Ellinghaus wrote:
> local dt = require "darktable"
> dt.register_event("intermediate-export-image",
> function (event, filename, format, storage)
> os.execute("echo 'TODO: do something to " .. filename .. "'")
> end
> )
Is this why I haven't been getting anywhere using intermediate-export-image?
The documentation (https://www.darktable.org/lua-api/ar01s03.html.php) shows:
function(
event : string,
image : types.dt_lua_image_t,
filename : string,
format : types.dt_imageio_module_format_t,
storage : types.dt_imageio_module_storage_t
)
Are the docs ahead of the releases? I'm trying to get the Exif info changed in
darktable to pass along to exiftool...
--
jys
____________________________________________________________________________
darktable user mailing list
to unsubscribe send a mail to [email protected]