Re: [darktable-devel] Noise profile of NEX-7: Benchmark results

2013-01-03 Thread Torsten Bronger
Hallöchen! johannes hanika writes: > On Thu, Jan 3, 2013 at 11:29 PM, Torsten Bronger > wrote: > > [...] > >> Here are the results of benchmarking: >> >> [...] > > these values look very reasonable.. > >> I had problems making the reference HDR because of >> http://www.darktable.org/redmine/issu

Re: [darktable-devel] Borders module

2013-01-03 Thread johannes hanika
On Fri, Jan 4, 2013 at 1:10 PM, Jose Carlos Garcia Sogo wrote: > On Thu, Jan 3, 2013 at 11:27 PM, johannes hanika wrote: >> On Fri, Jan 4, 2013 at 7:09 AM, Jan wrote: >>> Hello >>> >>> I have two questions regarding the borders-module: >>> >>> 1) Possible bug: >>> I create a small constant borde

Re: [darktable-devel] Borders module

2013-01-03 Thread Jose Carlos Garcia Sogo
On Thu, Jan 3, 2013 at 11:27 PM, johannes hanika wrote: > On Fri, Jan 4, 2013 at 7:09 AM, Jan wrote: >> Hello >> >> I have two questions regarding the borders-module: >> >> 1) Possible bug: >> I create a small constant border and resize the picture on export. In the >> resulting jpg the border si

Re: [darktable-devel] Export module width issue + wording consistency in copy/copy all

2013-01-03 Thread johannes hanika
On Fri, Jan 4, 2013 at 11:50 AM, Tobias Ellinghaus wrote: > Am Donnerstag, 3. Januar 2013, 23:42:44 schrub Pascal Obry: >> Johannes, >> >> The fix is there: >>https://github.com/darktable-org/darktable/pull/134 >> >> I have been able to reproduce the issue with a very long style name. >> With

Re: [darktable-devel] Export module width issue + wording consistency in copy/copy all

2013-01-03 Thread Tobias Ellinghaus
Am Donnerstag, 3. Januar 2013, 23:42:44 schrub Pascal Obry: > Johannes, > > The fix is there: >https://github.com/darktable-org/darktable/pull/134 > > I have been able to reproduce the issue with a very long style name. > With this patch the dialog stay visible inside the main window. Don't

Re: [darktable-devel] Export module width issue + wording consistency in copy/copy all

2013-01-03 Thread Tobias Ellinghaus
Am Donnerstag, 3. Januar 2013, 21:49:30 schrub Olivier Tribout: [...] > I vote for that option but it will break string freeze. There is no string freeze for master. > Olivier Tobias signature.asc Description: This is a digitally signed message part. -

Re: [darktable-devel] Export module width issue + wording consistency in copy/copy all

2013-01-03 Thread Pascal Obry
Johannes, The fix is there: https://github.com/darktable-org/darktable/pull/134 I have been able to reproduce the issue with a very long style name. With this patch the dialog stay visible inside the main window. -- Pascal Obry / Magny Les Hameaux (78) The best way to travel is by mea

Re: [darktable-devel] Export module width issue + wording consistency in copy/copy all

2013-01-03 Thread Pascal Obry
Johannes, > do you have styles with excessively long names? we would probably need > some kind of ellipsisation enabled for the comboboxes. if i remember > correctly it was a bit of a pain to beat that into gtk, but we've been > through that for the output color profile.. Probably the issue yes.

Re: [darktable-devel] Export module width issue + wording consistency in copy/copy all

2013-01-03 Thread johannes hanika
do you have styles with excessively long names? we would probably need some kind of ellipsisation enabled for the comboboxes. if i remember correctly it was a bit of a pain to beat that into gtk, but we've been through that for the output color profile.. j. On Fri, Jan 4, 2013 at 9:49 AM, Olivier

Re: [darktable-devel] Export module width issue + wording consistency in copy/copy all

2013-01-03 Thread Pascal Obry
Hi Olivier, > I vote for that option but it will break string freeze. I have proposed a patch in this direction, see: https://github.com/darktable-org/darktable/pull/133 -- Pascal Obry / Magny Les Hameaux (78) The best way to travel is by means of imagination http://v2p.fr.eu.org

Re: [darktable-devel] Borders module

2013-01-03 Thread johannes hanika
On Fri, Jan 4, 2013 at 7:09 AM, Jan wrote: > Hello > > I have two questions regarding the borders-module: > > 1) Possible bug: > I create a small constant border and resize the picture on export. In the > resulting jpg the border sizes at top/bottom and left/right do not match. > See the following

Re: [darktable-devel] Large increase in startup time / SQL queries

2013-01-03 Thread johannes hanika
(i mean: comment out the stuff in init_presets() in src/iop/denoiseprofile.c) On Fri, Jan 4, 2013 at 11:19 AM, johannes hanika wrote: > oh.. you could try and remove all the noise profile presets and see if > that causes it. > > we're re-inserting all the presets every time because we'd like to b

Re: [darktable-devel] Large increase in startup time / SQL queries

2013-01-03 Thread johannes hanika
oh.. you could try and remove all the noise profile presets and see if that causes it. we're re-inserting all the presets every time because we'd like to be able to change them without notice (applied values stay the same, just the presets change). parafin and pascal want to remove the noise prof

Re: [darktable-devel] Noise profile of NEX-7: Benchmark results

2013-01-03 Thread johannes hanika
On Thu, Jan 3, 2013 at 11:29 PM, Torsten Bronger wrote: > Hallöchen! > > I've already submitted my NEX-7 noise profile at > https://bob.ipv.kfa-juelich.de/bronger/dt-noiseprofile-20130103.tar.gz are in master, thanks. > Here are the res

[darktable-devel] Large increase in startup time / SQL queries

2013-01-03 Thread Bruce Guenter
Darktable (git master) is taking a lot longer to start up recently than it used to. I compared against the 1.1.x branch, and just starting it and immediately quitting is taking almost 3x as long. darktable-1.1.x: real0m8.928s user0m3.173s sys 0m0.777s git master: real0m23.646s

Re: [darktable-devel] Export module width issue + wording consistency in copy/copy all

2013-01-03 Thread Olivier Tribout
Hi Pascal Le 03/01/2013 21:16, Pascal Obry a écrit : Hi Olivier, - in "export" module in lighttable, part of the module is now hidden under the scroll because the width seems too large. Of course, everything was still OK in December. The probable culprit is the inclusion of "style during expo

Re: [darktable-devel] iop multi instance compatible

2013-01-03 Thread Pascal de Bruijn
On Thu, Jan 3, 2013 at 9:29 PM, AlicVB wrote: > and to be even more complete, here are the modules in "debatable" state : > > white balance > chromatic aberrations CA works on the CFA, so this likely would give major problems. > hot pixels > exposure > base curve > color transfer At least for 1

Re: [darktable-devel] iop multi instance compatible

2013-01-03 Thread AlicVB
and to be even more complete, here are the modules in "debatable" state : white balance chromatic aberrations hot pixels exposure base curve color transfer Aldric Le 03/01/2013 18:27, jeremy rosen a écrit : > we have been discussing it on IRC, starting from scratch with the list > of IOP, here i

Re: [darktable-devel] Export module width issue + wording consistency in copy/copy all

2013-01-03 Thread Pascal Obry
Hi Olivier, > - in "export" module in lighttable, part of the module is now hidden > under the scroll because the width seems too large. Of course, > everything was still OK in December. > The probable culprit is the inclusion of "style during export"... At > startup this box is empty for me,

[darktable-devel] Export module width issue + wording consistency in copy/copy all

2013-01-03 Thread Olivier Tribout
Hi all, Happy New Year! Fresh pull from git 10 minutes ago. Some remarks: - in "export" module in lighttable, part of the module is now hidden under the scroll because the width seems too large. Of course, everything was still OK in December. The probable culprit is the inclusion of "style dur

Re: [darktable-devel] Updated Albanian translation

2013-01-03 Thread Olivier Tribout
Thanks, pushed Le 03/01/2013 19:31, Besmir Godole a écrit : > hello everyone, > > here's an update to the Albanian translation, as I missed the major > release a few weeks ago. thank you, developers, for your hard work and > best wishes for another great year. > > regards, > > > --

[darktable-devel] Updated Albanian translation

2013-01-03 Thread Besmir Godole
hello everyone, here's an update to the Albanian translation, as I missed the major release a few weeks ago. thank you, developers, for your hard work and best wishes for another great year. regards, sq.po.tar.bz2 Description: application/bzip2 -

[darktable-devel] Borders module

2013-01-03 Thread Jan
Hello I have two questions regarding the borders-module: 1) Possible bug: I create a small constant border and resize the picture on export. In the resulting jpg the border sizes at top/bottom and left/right do not match. See the following exported image as an example: http://www.abload.de/img/im

Re: [darktable-devel] iop multi instance compatible

2013-01-03 Thread jeremy rosen
we have been discussing it on IRC, starting from scratch with the list of IOP, here is the conclusions we reached blendif <=> mulit-instance, with the following caveats we should add blendif (and multi-instance) to: spot removal zone system and maybe to: hot pixels (but probably not) and multi-i

Re: [darktable-devel] iop multi instance compatible

2013-01-03 Thread Ulrich Pegelow
Hi Aldric, really nice work! Here my two cents. Am 03.01.2013 16:19, schrieb AlicVB: > Hi all, > I think that now a lot of testers have tried the multi instance feature. > Maybe it's time to set which iop can't have multi instances. The goal > here is not to say "it's usefull" or not, but "It m

Re: [darktable-devel] dithering

2013-01-03 Thread Ulrich Pegelow
Am 03.01.2013 07:32, schrieb Ulrich Pegelow: > Am 26.12.2012 19:18, schrieb Tobias Ellinghaus: >> Am Mittwoch, 26. Dezember 2012, 18:04:31 schrub Ulrich Pegelow: >>> Hi guys, >> >> Hi. >> >> [...] >> >>> For that reason I developed a general dithering module which comes late >>> in pixelpipe, just

[darktable-devel] iop multi instance compatible

2013-01-03 Thread AlicVB
Hi all, I think that now a lot of testers have tried the multi instance feature. Maybe it's time to set which iop can't have multi instances. The goal here is not to say "it's usefull" or not, but "It may cause troubles"... Here is the list of iop I think we should exclude : 1000 gamma 800 color

Re: [darktable-devel] multi-instance and style/xmp import

2013-01-03 Thread AlicVB
hi, Yes it makes sense ! Thanks Aldric Le 30/12/2012 20:53, johannes hanika a écrit : > i fixed some possible null string dereferences (nicely hidden in weird > c++ things), so maybe it's actually fixed now.. you can have a look at > commit > > 666c292b7e9209802fe32bde1420083a680cab79 > > and > >

Re: [darktable-devel] Bug in src/common/exif.cc:1608

2013-01-03 Thread AlicVB
Hi, thanks for correcting this one. I've already got some problems with empty strings and xmp when coding multi instances, so I think your workaround may avoid other bugs like this... Aldric Le 01/01/2013 22:32, johannes hanika a écrit : > thanks for reporting, i worked around the null pointer

[darktable-devel] Canon 7D noise profile

2013-01-03 Thread Mikko Ruohola
Anyone able & willing to create a noise profile vor 7D? I'm having trouble doing that. :( Can supply photos. -- Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and muc

[darktable-devel] Noise profile of NEX-7: Benchmark results

2013-01-03 Thread Torsten Bronger
Hallöchen! I've already submitted my NEX-7 noise profile at https://bob.ipv.kfa-juelich.de/bronger/dt-noiseprofile-20130103.tar.gz Here are the results of benchmarking: -- ISO S/N S/N after profiled deno