Re: [darktable-user] Sidecar files being overwritten

2016-12-28 Thread Patrick Shanahan
* michael  [12-28-16 22:41]:
> I upgraded to version 2.2.0-1 for Fedora 25. My History Stack mode is
> set to Append. When I open a photo in the darkroom module my previous
> sidecar file from edits before the upgrade are overwritten.
> 
> Do I have a setting wrong? This is very frustrating because all of my
> previous work will be wiped out unless I downgrade.

if you downgrade, you may have problems with your library.db being
incompatible.  So make sure you make backups.

sounds like your xmp files are somehow not the same as contained in
library.db.  Why don't you try re-importing your files with an empty
library.db (move your present library so you have something to fall back
on if you have other problems).

and I might be all wet, but ...
-- 
(paka)Patrick Shanahan   Plainfield, Indiana, USA  @ptilopteri
http://en.opensuse.orgopenSUSE Community Memberfacebook/ptilopteri
Photos: http://wahoo.no-ip.org/gallery2  Registered Linux User #207535  
  
Photos: http://wahoo.no-ip.org/piwigo@ http://linuxcounter.net

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



[darktable-user] core options optimization

2016-12-28 Thread I. Ivanov

Hi Guys,

I know my system is quite old but I am trying to squeeze as much life 
out of it as I could. I am attaching screen shots from the core options 
and the os specs.


Can you please advice if I can set them better? I have doubts my 
settings are the best for my system specifically how much memory I 
am allocating.


I read https://www.darktable.org/usermanual/ch08s02.html.php My 
impression is the default settings are for systems with around 4GB. I 
have 8 so I tried to increase the values. But I may be doing more harm 
than good.


Thank you,

B



darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org

Re: [darktable-user] Compile fails (librawspeed)

2016-12-28 Thread Kristian Niemi
Sorry, I only set LANG previously. When I also set LC_ALL to sv_SE.utf8 it
worked.

So, doing "cmake ../ && make" works. Great.

...

And, oddly enough? So, now, does "rm -rf build && ./build.sh" too. :-S

...

Huh. Started with a fresh terminal, locale then set as follows:

LANG=sv_SE.UTF-8
LC_CTYPE="sv_SE.UTF-8"
LC_NUMERIC="sv_SE.UTF-8"
LC_TIME="sv_SE.UTF-8"
LC_COLLATE="sv_SE.UTF-8"
LC_MONETARY="sv_SE.UTF-8"
LC_MESSAGES="sv_SE.UTF-8"
LC_PAPER="sv_SE.UTF-8"
LC_NAME="sv_SE.UTF-8"
LC_ADDRESS="sv_SE.UTF-8"
LC_TELEPHONE="sv_SE.UTF-8"
LC_MEASUREMENT="sv_SE.UTF-8"
LC_IDENTIFICATION="sv_SE.UTF-8"
LC_ALL=

Then build.sh fails. If I export LC_ALL="sv_SE.UTF-8" it works. Great! Case
closed.

Thank you for taking the time to help out, Roman!

Kind regards,
Kristian


On Wed, 28 Dec 2016 at 22:59 Roman Lebedev  wrote:

> On Thu, Dec 29, 2016 at 12:56 AM, Kristian Niemi
>  wrote:
> >
> >
> > On Wed, 28 Dec 2016 at 22:53 Kristian Niemi 
> > wrote:
> >>
> >>
> >>  I'll set it back to sv_SE.utf8 now and see if it matters.
> >
> >
> > Nah, failed the same way.
>
> Can you please try setting LANG=C.UTF-8  specifically.
> And, such locale does exist on your machine?
>
> > Kind regards,
> > Kristian
> Roman.
>


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org

Re: [darktable-user] Compile fails (librawspeed)

2016-12-28 Thread Kristian Niemi
On Wed, 28 Dec 2016 at 22:53 Kristian Niemi 
wrote:

>
>  I'll set it back to sv_SE.utf8 now and see if it matters.
>

Nah, failed the same way.

Kind regards,
Kristian


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org

Re: [darktable-user] Compile fails (librawspeed)

2016-12-28 Thread Kristian Niemi
Hi,

It's jsonschema 2.5.1.

Hmm. I set LANG to C for debugging purposes, previously. I'll set it back
to sv_SE.utf8 now and see if it matters.

Kind regards,
Kristian


On Wed, 28 Dec 2016 at 22:49 Roman Lebedev  wrote:

> On Thu, Dec 29, 2016 at 12:31 AM, Kristian Niemi
>  wrote:
> > Hi Roman,
> >
> > Thank you for your, as always, swift help.
> >
> > Doing as you suggested actually gets me a bit further than a "rm -rf
> build
> > && ./build.sh" (which led to the previous last lines I emailed about).
> >
> > A "cmake ../" and "make" gets me as far as 92%, but then fails with
> > ---
> > [ 92%] Checking validity of noiseprofiles.json
> > usage: jsonschema [-h] [-i INSTANCES] [-F ERROR_FORMAT] [-V VALIDATOR]
> > schema
> > jsonschema: error: argument -i/--instance: invalid _json_file value:
> > '/home/krisse/dev/darktable/data/noiseprofiles.json'
> > data/CMakeFiles/validate_noiseprofiles_json.dir/build.make:58: recipe for
> > target 'data/CMakeFiles/validate_noiseprofiles_json' failed
> > make[2]: *** [data/CMakeFiles/validate_noiseprofiles_json] Error 2
> > CMakeFiles/Makefile2:7247: recipe for target
> > 'data/CMakeFiles/validate_noiseprofiles_json.dir/all' failed
> > make[1]: *** [data/CMakeFiles/validate_noiseprofiles_json.dir/all] Error
> 2
> > Makefile:149: recipe for target 'all' failed
> > make: *** [all] Error 2
> > ---
> >
> > Full output @ http://pastebin.com/gwD1Y9bt
>
> Which version of jsonschema is that?
> Also, is is LANG env variable set appropriately?
> See
> https://github.com/darktable-org/darktable/commit/450a5da31a1ed0d3004e813bc5ea986c307b9e9d
>
> > Kind regards,
> > Kristian
> Roman.
>
> > On Wed, 28 Dec 2016 at 20:30 Roman Lebedev  wrote:
> >>
> >> On Wed, Dec 28, 2016 at 10:24 PM, Kristian Niemi
> >>  wrote:
> >> > Hi,
> >> >
> >> > Since a couple of months or so back, I've been getting this when
> trying
> >> > to
> >> > compile darktable from git, current master:
> >> >
> >> > --
> >> > [ 22%] Building CXX object
> >> >
> src/external/rawspeed/CMakeFiles/rawspeed.dir/RawSpeed/X3fDecoder.cpp.o
> >> > [ 22%] Building CXX object
> >> > src/external/rawspeed/CMakeFiles/rawspeed.dir/RawSpeed/X3fParser.cpp.o
> >> > [ 22%] Linking CXX static library librawspeed.a
> >> > [ 22%] Built target rawspeed
> >> > Makefile:149: recipe for target 'all' failed
> >> > gmake: *** [all] Error 2
> >> > --
> >> >
> >> > Any ideas what I could try?
> >>
> >> Please do
> >> $ rm -rf build
> >> $ mkdir build && cd build
> >> $ cmake ../
> >> $ make
> >>
> >> And show all the output starting with the $ rm -rf build
> >>
> >> > Thanks.
> >> >
> >> > Kind regards,
> >> > Kristian
> >> Roman.
> >>
> >> >
> >> >
> 
> >> > darktable user mailing list to unsubscribe send a mail to
> >> > darktable-user+unsubscr...@lists.darktable.org
>


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org

Re: [darktable-user] Compile fails (librawspeed)

2016-12-28 Thread Roman Lebedev
On Thu, Dec 29, 2016 at 12:31 AM, Kristian Niemi
 wrote:
> Hi Roman,
>
> Thank you for your, as always, swift help.
>
> Doing as you suggested actually gets me a bit further than a "rm -rf build
> && ./build.sh" (which led to the previous last lines I emailed about).
>
> A "cmake ../" and "make" gets me as far as 92%, but then fails with
> ---
> [ 92%] Checking validity of noiseprofiles.json
> usage: jsonschema [-h] [-i INSTANCES] [-F ERROR_FORMAT] [-V VALIDATOR]
> schema
> jsonschema: error: argument -i/--instance: invalid _json_file value:
> '/home/krisse/dev/darktable/data/noiseprofiles.json'
> data/CMakeFiles/validate_noiseprofiles_json.dir/build.make:58: recipe for
> target 'data/CMakeFiles/validate_noiseprofiles_json' failed
> make[2]: *** [data/CMakeFiles/validate_noiseprofiles_json] Error 2
> CMakeFiles/Makefile2:7247: recipe for target
> 'data/CMakeFiles/validate_noiseprofiles_json.dir/all' failed
> make[1]: *** [data/CMakeFiles/validate_noiseprofiles_json.dir/all] Error 2
> Makefile:149: recipe for target 'all' failed
> make: *** [all] Error 2
> ---
>
> Full output @ http://pastebin.com/gwD1Y9bt

Which version of jsonschema is that?
Also, is is LANG env variable set appropriately?
See 
https://github.com/darktable-org/darktable/commit/450a5da31a1ed0d3004e813bc5ea986c307b9e9d

> Kind regards,
> Kristian
Roman.

> On Wed, 28 Dec 2016 at 20:30 Roman Lebedev  wrote:
>>
>> On Wed, Dec 28, 2016 at 10:24 PM, Kristian Niemi
>>  wrote:
>> > Hi,
>> >
>> > Since a couple of months or so back, I've been getting this when trying
>> > to
>> > compile darktable from git, current master:
>> >
>> > --
>> > [ 22%] Building CXX object
>> > src/external/rawspeed/CMakeFiles/rawspeed.dir/RawSpeed/X3fDecoder.cpp.o
>> > [ 22%] Building CXX object
>> > src/external/rawspeed/CMakeFiles/rawspeed.dir/RawSpeed/X3fParser.cpp.o
>> > [ 22%] Linking CXX static library librawspeed.a
>> > [ 22%] Built target rawspeed
>> > Makefile:149: recipe for target 'all' failed
>> > gmake: *** [all] Error 2
>> > --
>> >
>> > Any ideas what I could try?
>>
>> Please do
>> $ rm -rf build
>> $ mkdir build && cd build
>> $ cmake ../
>> $ make
>>
>> And show all the output starting with the $ rm -rf build
>>
>> > Thanks.
>> >
>> > Kind regards,
>> > Kristian
>> Roman.
>>
>> >
>> > 
>> > darktable user mailing list to unsubscribe send a mail to
>> > darktable-user+unsubscr...@lists.darktable.org

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] Compile fails (librawspeed)

2016-12-28 Thread Kristian Niemi
Hi Roman,

Thank you for your, as always, swift help.

Doing as you suggested actually gets me a bit further than a "rm -rf build
&& ./build.sh" (which led to the previous last lines I emailed about).

A "cmake ../" and "make" gets me as far as 92%, but then fails with
---
[ 92%] Checking validity of noiseprofiles.json
usage: jsonschema [-h] [-i INSTANCES] [-F ERROR_FORMAT] [-V VALIDATOR]
schema
jsonschema: error: argument -i/--instance: invalid _json_file value:
'/home/krisse/dev/darktable/data/noiseprofiles.json'
data/CMakeFiles/validate_noiseprofiles_json.dir/build.make:58: recipe for
target 'data/CMakeFiles/validate_noiseprofiles_json' failed
make[2]: *** [data/CMakeFiles/validate_noiseprofiles_json] Error 2
CMakeFiles/Makefile2:7247: recipe for target
'data/CMakeFiles/validate_noiseprofiles_json.dir/all' failed
make[1]: *** [data/CMakeFiles/validate_noiseprofiles_json.dir/all] Error 2
Makefile:149: recipe for target 'all' failed
make: *** [all] Error 2
---

Full output @ http://pastebin.com/gwD1Y9bt


Kind regards,
Kristian



On Wed, 28 Dec 2016 at 20:30 Roman Lebedev  wrote:

> On Wed, Dec 28, 2016 at 10:24 PM, Kristian Niemi
>  wrote:
> > Hi,
> >
> > Since a couple of months or so back, I've been getting this when trying
> to
> > compile darktable from git, current master:
> >
> > --
> > [ 22%] Building CXX object
> > src/external/rawspeed/CMakeFiles/rawspeed.dir/RawSpeed/X3fDecoder.cpp.o
> > [ 22%] Building CXX object
> > src/external/rawspeed/CMakeFiles/rawspeed.dir/RawSpeed/X3fParser.cpp.o
> > [ 22%] Linking CXX static library librawspeed.a
> > [ 22%] Built target rawspeed
> > Makefile:149: recipe for target 'all' failed
> > gmake: *** [all] Error 2
> > --
> >
> > Any ideas what I could try?
>
> Please do
> $ rm -rf build
> $ mkdir build && cd build
> $ cmake ../
> $ make
>
> And show all the output starting with the $ rm -rf build
>
> > Thanks.
> >
> > Kind regards,
> > Kristian
> Roman.
>
> >
> 
> > darktable user mailing list to unsubscribe send a mail to
> > darktable-user+unsubscr...@lists.darktable.org
>


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org

Re: [darktable-user] Darktable

2016-12-28 Thread Matthieu Moy
- Original Message -
> On Tue, 27 Dec 2016 21:47:10 -0500
>  wrote:
> 
> >Any news on bringing Darktable to Windows?
> >
> 
> Don't hold your breath:
> 
> http://www.darktable.org/2015/07/why-dont-you-provide-a-windows-build/

Holding your breath definitely won't help ;-). But there's work ongoing:

https://github.com/darktable-org/darktable/pull/1327

There's still a long way to go (code-wise and acceptance-wise), but it's 
probably the first time there's hope that a port attempt be eventually accepted.

-- 
Matthieu Moy
http://www-verimag.imag.fr/~moy/

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] What do the sliders of the local contrast tool actually do?

2016-12-28 Thread Ari Torhamo


Hi Rafa,

Thanks for the tip. I tried that, and it brings interesting results. Not 
very easy to interpret, though, when the aim is to understand how 
'contrast' and 'detail' work together and affect each other. Experience 
will probably help. Anyway, undoubtedly a useful tool to have in the 
toolbox in many situations.


-Ari-

27.12.2016, 21:33, Rafa García kirjoitti:

Hi,

When I want to know what I'm changing I change blend mode to 
difference and it shows a black background with white/grey points 
indicating changes.


Regards

PS: sorry Johannes for the email

Enviado desde mi tabla de planchar


El 27 dic. 2016 6:22 p. m., "Ari Torhamo" > escribió:



Hello,

I've been trying to find out what the different sliders on the
local contrast tool actually do in Darktable. There are three
sliders and the working of the first one seems obvious; it adjusts
the radius (in pixels?) of the area the other sliders affect on.

The contrast slider doesn't seem to do anything if the detail
slider is in zero position. In other positions both sliders change
contrast, although differently, the detail slider having a
stronger effect. I'd like to know what these two sliders actually
do. I've been testing and observing their working on different
photos, but I still feel that there's too much trial, error and
confusion involved in using them.

I'm not asking for mathematical formulas (although they might be
interesting, if I'd understand them), but rather a clear
explanation in plain English. The explanation on the Darktable
user manual is very vague, and a good amount of googling didn't
help either.

I hope someone in the know can take the time to answer this.
Perhaps the answer could be used to improve the user guide. Thanks
in advance!

Ari Torhamo

darktable user mailing list
to unsubscribe send a mail to
darktable-user+unsubscr...@lists.darktable.org







darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org

Re: [darktable-user] What do the sliders of the local contrast tool actually do?

2016-12-28 Thread Ari Torhamo


27.12.2016, 20:46, johannes hanika kirjoitti:

hi,

sorry i don't have an english explanation, only the formulas.

this module enhances local contrast by using
``Unnormalized bilateral filtering''
as described in
http://people.csail.mit.edu/hasinoff/pubs/AubryEtAl14-lapfilters.pdf
(the rest of the paper is implemented in a branch).
Are you sure that paper isn't about the wave functions of quantum 
mechanics? ;-)

the detail slider is mapped to the amount the difference to the base
image will be multiplied by.
Difference caused by what?  Multiplied by what? Sorry, I'm sure it's 
just me, but I don't even know what refers to what in the above sentence.

the backend uses the bilateral grid.

Suddenly the veil was lifted and everything became crystal clear...

Thanks for trying. I'll just push the sliders around and try to come up 
with something that looks good :-)


-Ari-


On Wed, Dec 28, 2016 at 6:21 AM, Ari Torhamo  wrote:

Hello,

I've been trying to find out what the different sliders on the local
contrast tool actually do in Darktable. There are three sliders and the
working of the first one seems obvious; it adjusts the radius (in pixels?)
of the area the other sliders affect on.

The contrast slider doesn't seem to do anything if the detail slider is in
zero position. In other positions both sliders change contrast, although
differently, the detail slider having a stronger effect. I'd like to know
what these two sliders actually do. I've been testing and observing their
working on different photos, but I still feel that there's too much trial,
error and confusion involved in using them.

I'm not asking for mathematical formulas (although they might be
interesting, if I'd understand them), but rather a clear explanation in
plain English. The explanation on the Darktable user manual is very vague,
and a good amount of googling didn't help either.

I hope someone in the know can take the time to answer this. Perhaps the
answer could be used to improve the user guide. Thanks in advance!

Ari Torhamo

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org




darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org