Ah, nevermind, I finally noticed:

 "This documentation is for the *developement* version of darktable. for the 
stable version, please visit the user manual"

It didn't jump out at me. So, will this make it into the next release? Or not 
until 2.4?


On Fri, Sep 1, 2017, at 14:36, [email protected] wrote:
> 
> 
> 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]
> 
____________________________________________________________________________
darktable user mailing list
to unsubscribe send a mail to [email protected]

Reply via email to