Lua call to export

Hi,

I’m looking for the Lua API call to export current image with current export module settings but looking at the doc didn’t help

Thanks for any pointer :slight_smile:

I understand you do not want to change the export in any way, right? Would not a shortcut for the “start export” button be easier?

That’s because I do other stuff beside exporting :slight_smile:

Makes sense :wink:

You could try to call a GUI action:
dt.gui.action(“lib/export/start export”, “”, “activate”, 1.000)

2 Likes

That worked! Thanks!