Re: [darktable-devel] split view zooming functionality

2013-08-25 Thread Tobias Ellinghaus
Am Samstag, 24. August 2013, 14:45:13 schrieb Rodrigo Amestica: > Hello, Hi. > zooming does not seem to work on snapshots and if I have changed the zoom > setting of my current darkroom state and click on a snapshot then the zoom > changes (unexpectedly) to that of the snapshot. Reading that snap

[darktable-devel] Combine Darktable with timelapse scripts

2013-08-25 Thread Alexandre Jullien
Hello everybody, I have a project for a long time : combine the power of darktable with small scripts i've made to export frames for my timelapses. Let me explain a little bit: With the timelapse photography you can encounter some problems with fast brightness transitions (flickering). Or you may

Re: [darktable-devel] Combine Darktable with timelapse scripts

2013-08-25 Thread Tobias Ellinghaus
Am Sonntag, 25. August 2013, 12:51:53 schrieb Alexandre Jullien: > Hello everybody, Hi. [modifying iop params from outside the module] this is something I wanted to do for quite some time, however it requires some means of introspection to make sense of the module params. This would probably r

Re: [darktable-devel] Combine Darktable with timelapse scripts

2013-08-25 Thread Bernhard
Hallo Alexandre, do you know this software: http://lrtimelapse.com/ I've been following some of Gunther's tutorials and also reading his e-book. He says that in the name lr-timelaps the first two letters are representing "level" and "ramp", not "lightroom", even if this is the base program o

Re: [darktable-devel] Combine Darktable with timelapse scripts

2013-08-25 Thread Alexandre Jullien
Comments in the text below 2013/8/25 Bernhard > Hallo Alexandre, > > do you know this software: http://lrtimelapse.com/ > I've been following some of Gunther's tutorials and also reading his > e-book. > > Yes this exactly what is my final need :-) > He says that in the name lr-timelaps the

Re: [darktable-devel] Combine Darktable with timelapse scripts

2013-08-25 Thread Alexandre Jullien
I agree that doing this in the code is not wanted for the first step. As I wrote, my basic need is to have standalone executable *translating darktable XMP files* in clear operations parameters in both ways. The interpolation is clearly the final goal, but is not hard if you can translate easily

Re: [darktable-devel] Combine Darktable with timelapse scripts

2013-08-25 Thread Alexandre Jullien
I've got the feeling that I could find a quick answer to my need by combining exiv2 with a little part of code of exif.cc I've found that in exif.cc, it seems to be the encoding/decoding rules of XMP blend operations params

Re: [darktable-devel] Combine Darktable with timelapse scripts

2013-08-25 Thread jeremy rosen
I'm a bit late to the party but I'll answer the lua part... On Sun, Aug 25, 2013 at 2:09 PM, Tobias Ellinghaus wrote: > > My hope is that some day™ LUA will be able to access the parameters of > modules. Then we could write small scripts (maybe some day even with a GUI) > that can interpolate b