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 ![]()
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 ![]()
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 ![]()
Makes sense ![]()
You could try to call a GUI action:
dt.gui.action(“lib/export/start export”, “”, “activate”, 1.000)
That worked! Thanks!