Re: [darktable-devel] [Darktable-users] Build error on git tip on Fedora 22 using gcc

2015-06-29 Thread Chris Siebenmann
> > /data/code/git/darktable/src/common/interpolation.c: In function > > ‘dt_interpolation_compute_sample’: > > /data/code/git/darktable/src/common/interpolation.c:789:21: error: array > > subscript is above array bounds [-Werror=array-bounds] > > h += kernelh[j] * ipixel[0]; > >

[darktable-devel] Latest development tree has a bad problem for me

2015-04-30 Thread Chris Siebenmann
As of commit a237fa1ff370c77dfbac1f809a5df32148ea5bbc, 'Preserve history above selected when leaving dr', the behavior of Darktable in the darkroom is that when you select a new image you're placed on the *bottom* of the (default) history stack (on 'original'). This leaves orientation, sharpen, an

Re: [darktable-devel] Dynamic data range

2015-04-07 Thread Chris Siebenmann
> Is there any way that dt could display the dynamic range of our > raw data? Would it, for instance, be possible to incorporate that > information within the 'range' module? > I think it would be a useful addition to the program ... As far as I know it's possible to examine this in DT today, bu

Re: [darktable-devel] Best way to hack the metadata viewer to show additional info?

2014-12-10 Thread Chris Siebenmann
> > 1) if I have used exposure compensation and if so what was the value ? > > 2) Which metering system have I used matrix, centered weighted, or spot > > > > Because these two above could help me to work with the image but the > > other mentioned above is just nonsense in darkroom mode > > I don

Re: [darktable-devel] Best way to hack the metadata viewer to show additional info?

2014-12-09 Thread Chris Siebenmann
> Yes, I had some ideas and started working on it but I am kind > of stuck. I still have to evaluate some things before I can > proceed. Current plan is to import basically every bit (*) of metadata > into the db (so it can be used to find images which wouldn't work if > it gets read on demand). I

Re: [darktable-devel] Best way to hack the metadata viewer to show additional info?

2014-12-08 Thread Chris Siebenmann
> Chris> Since I already build my own copy of darktable > Chris> from the git tip, I've decided to make a personal > Chris> change to the metadata viewer to not show stuff I > Chris> don't use or want and hopefully show additional EXIF > Chris> information that I do want. Dropp

[darktable-devel] Best way to hack the metadata viewer to show additional info?

2014-12-08 Thread Chris Siebenmann
Since I already build my own copy of darktable from the git tip, I've decided to make a personal change to the metadata viewer to not show stuff I don't use or want and hopefully show additional EXIF information that I do want. Dropping fields is simple; all I have to do is #if out or comment out