This is simply a variation of mosaic.lua

hugin.lua attached


goodnight
Wolfgang


Hugin from hg repo: Pre-Release 2014.1.0.5a7ef7a3435a
The .local/tmp directory needs some cleanup in the meanwhile
dt = require "darktable"
dt.register_storage("module_hugin","hugin panorama",
   function(storage,image,format,filename,number,total,high_quality,extra_data)
	dt.print(tostring(number).."/"..tostring(total))
   end,
   function(storage,image_table,extra_data)
	dt.print_error("Will try to stitch now")
	command = "hugin "
	for _,v in pairs(image_table) do
		command = command..v.." "
	end
	dt.print_error("this is the command: "..command)
	os.execute(command)

	dt.print("Hugin Pano in "..dt.configuration.tmp_dir)
    end
)

Attachment: signature.asc
Description: PGP signature

------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
darktable-devel mailing list
darktable-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/darktable-devel

Reply via email to