Re: [Darktable-users] Where is the print module (compiled from git)?

2015-02-13 Thread Urs Schütz
On 02/13/15 08:26, Tobias Ellinghaus wrote: > Am Donnerstag, 12. Februar 2015, 15:11:42 schrieb Urs Schütz: >> I'm not a programmer, and know nothing about cmake. With my limited >> knowledge I looked at the sources. >> src/CMakeLists.txt line 568 and following, if/then/else: >> The check for prese

Re: [Darktable-users] Problems building current git source

2015-02-13 Thread Terry Duell
On Sat, 14 Feb 2015 09:45:58 +1100, Togan Muftuoglu wrote: > > Hello Terry, > >> "Terry" == Terry Duell writes: > > Terry> Hello Togan, > Terry> OK, thanks for that. > Terry> I note you don't strip the usermanual out of the source > before building. > > Well, it is linked to

Re: [Darktable-users] Problems building current git source

2015-02-13 Thread Togan Muftuoglu
Hello Terry, > "Terry" == Terry Duell writes: Terry> Hello Togan, Terry> OK, thanks for that. Terry> I note you don't strip the usermanual out of the source before building. Well, it is linked to github directly, and every commit makes a new build automatically. That is why I

Re: [Darktable-users] Problems building current git source

2015-02-13 Thread Togan Muftuoglu
> "Terry" == Terry Duell writes: Terry> Hello Tobias, Terry> That is the actual error message emitted by rpmbuild...there isn't Terry> any more. rpmbuild will usually provide specific detail of the Terry> error if it's a compilation issue. This suggests an issue related T

Re: [Darktable-users] Problems building current git source

2015-02-13 Thread Terry Duell
Hello Togan, On Fri, 13 Feb 2015 17:02:16 +1100, Togan Muftuoglu wrote: >> "Terry" == Terry Duell writes: > > > Terry> compilation terminated. > Terry> make[2]: Leaving directory > Terry> '/home/terry/rpmbuild/BUILD/darktable-1.6.2/buildFedora' > Terry> make -f > src/ext

Re: [Darktable-users] Lens correction for Olympus XZ-2

2015-02-13 Thread J. Paul Bissonnette
It is the latest version from /ppa.launchpad.net/pmjdebruijn/darktable-release/ubuntu repository. On Thu, 12 Feb 2015 18:28:45 -0800 junkyardspar...@yepmail.net wrote: > Hmmm. It's working for me... the only other thing I can think of that > may be a factor is if you have an old version of exi

Re: [Darktable-users] Problems building current git source

2015-02-13 Thread Terry Duell
Hello Tobias, On Fri, 13 Feb 2015 21:33:23 +1100, Tobias Ellinghaus wrote: > Am Freitag, 13. Februar 2015, 13:19:20 schrieb Terry Duell: >> Hello All, >> The problem I'm experiencing could well be a local one i.e. me not doing >> this properly, but worth checking and asking for advice. >> I woul

Re: [Darktable-users] advice to buy a new computer

2015-02-13 Thread Matthieu Moy
- Original Message - > Matthieu Moy writes: > > > I'm considering replacing my old computer with one that would let > > darktable run better. I'm seeking advices on which hardware pieces are > > the most important. > > Thanks to all those who responded. Based on these advices, it seems t

[Darktable-users] problem with freezing

2015-02-13 Thread Dan McDaniel
I've encountered a problem with DT freezing. I haven't been able to reproduce it at will, but it's happened several times. I'll be in lighttable mode and reviewing images with the 'z' key. DT will freeze and comsume 100% of the CPU. After 5 to 10 minutes I had to kill it. I'm using 1.6.2 built fr

Re: [Darktable-users] Workflow: fast review of large image collection

2015-02-13 Thread Christian Mandel
Am 13.02.2015 14:17, schrieb Matthieu Moy: > Christian Mandel writes: > >> * I tried both, start with 3 or 0 stars for every picture and then go >> through the pictures and change that initial rating. > > I personnally start with 0, which for me means "unrated". Then, either I > find the image rea

Re: [Darktable-users] White balance in 1.6.2

2015-02-13 Thread Roman Lebedev
> > Hi Roman, thanks for your reply. > > Was there some changes that caused this behavior. I remember older version > of DT correctly displaying K temperature. Or am i wrong? > No idea, but i think it alway was the way it is now - it always showed those bogus values. Will your recent changes make

Re: [Darktable-users] White balance in 1.6.2

2015-02-13 Thread Gonçalo Marrafa
Hi Roman, thanks for your reply. Was there some changes that caused this behavior. I remember older version of DT correctly displaying K temperature. Or am i wrong? Will your recent changes make it to a stable point release or only when DT 1.8 (or 2.0) is released? Thanks again. Gonçalo Marra

Re: [Darktable-users] Workflow: fast review of large image collection

2015-02-13 Thread Matthieu Moy
Christian Mandel writes: > * I tried both, start with 3 or 0 stars for every picture and then go > through the pictures and change that initial rating. I personnally start with 0, which for me means "unrated". Then, either I find the image reasonably good and it deserves at least one star, or I

Re: [Darktable-users] White balance in 1.6.2

2015-02-13 Thread Roman Lebedev
> > Hi. Hi. > I just noticed in the white balance module that the values for color > temperature are way off. If i choose direct sunlight i get 8794K instead of > 5500K. If i choose incandescent i get 4729K instead of 3200K. The scale > goes from 2000K to 23000K. > Although the values are wrong

[Darktable-users] White balance in 1.6.2

2015-02-13 Thread Gonçalo Marrafa
Hi. I just noticed in the white balance module that the values for color temperature are way off. If i choose direct sunlight i get 8794K instead of 5500K. If i choose incandescent i get 4729K instead of 3200K. The scale goes from 2000K to 23000K. Although the values are wrong the photos look OK.

Re: [Darktable-users] Problems building current git source

2015-02-13 Thread Tobias Ellinghaus
Am Freitag, 13. Februar 2015, 13:19:20 schrieb Terry Duell: > Hello All, > The problem I'm experiencing could well be a local one i.e. me not doing > this properly, but worth checking and asking for advice. > I would like to have a play with the print module, and assume this is > available by build

Re: [Darktable-users] Where is the print module (compiled from git)?

2015-02-13 Thread Tobias Ellinghaus
Am Donnerstag, 12. Februar 2015, 15:11:42 schrieb Urs Schütz: > I'm not a programmer, and know nothing about cmake. With my limited > knowledge I looked at the sources. > src/CMakeLists.txt line 568 and following, if/then/else: > The check for presence of CUPS is not executed, because BUILD_PRINT i

[Darktable-users] Workflow: fast review of large image collection

2015-02-13 Thread Christian Mandel
Hi! I use darktable for several years now and am very happy with it. Nevertheless, I was not able to figure out a workflow for large image collections, e.g., when I bring home 5000 images from a vacation. I'm interested how you are dealing with this situation: How do you handle the review o