On Mon, Jan 27, 2020, at 05:37, [email protected] wrote:
> My first use case is to include an exiftool in my workflow. Exiftool is
> an image to image command.
Minimal example for this (works on Linux, at least):
dt.register_event("intermediate-export-image",
function (event, image, filename, format, storage)
os.execute("exiftool" .. filename )
end
)
--
jys
____________________________________________________________________________
darktable user mailing list
to unsubscribe send a mail to [email protected]