Just found a regression with Lua export preset.
1. create export.lua (see below)
2. add in .config/darktable/luarc:
require "export"
3. start darktable, go to export module
4. select "lua-export" in [target storage]
5. set some values
6. create a preset named for example : lua
7. change some value
8. go to preset menu and select "lua"
The preset is then removed with the message:
"deleting preset for obsolete module.
Any idea? This is really an area I do not know well...
.config/darktable/lua/export.lua
<<<
dt = require "darktable"
function
store_callback(storage,image,format,filename,num,total,high_quality,extra_data)
end
function supported_callback(storage,format)
return true
end
dt.register_storage("module_print","lua-export",store_callback,nil,supported_callback)
>>>
--
Pascal Obry / Magny Les Hameaux (78)
The best way to travel is by means of imagination
http://v2p.fr.eu.org
http://www.obry.net
gpg --keyserver keys.gnupg.net --recv-key F949BD3B
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT
organizations don't have a clear picture of how application performance
affects their revenue. With AppDynamics, you get 100% visibility into your
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
darktable-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/darktable-devel