Re: [darktable-dev] Darktable 2.2.X Plugin Pano Professional

2017-03-26 Thread Roman Lebedev
On Sun, Mar 26, 2017 at 10:38 PM, Holger Klemm wrote: The subject/name is so click-bait-y :) It is a lua script, and they are called scrips, not plugins. In darktable, plugin might refer to the lib/iop/view, i.e. in general something that needs to be actually compiled from sources. Roman. > Hell

Re: [darktable-dev] Fuji Compressed RAW Files

2017-03-16 Thread Roman Lebedev
On Fri, Mar 17, 2017 at 12:30 AM, Uwe Müssel wrote: > 2017-03-16 21:50 GMT+01:00 Roman Lebedev : >> >> Now, the important question: do you know if that code is noticeably >> different from >> the vanilla libraw/rawtherapee version? Does it have any >> behavior-cha

Re: [darktable-dev] Fuji Compressed RAW Files

2017-03-16 Thread Roman Lebedev
On Thu, Mar 16, 2017 at 11:30 PM, Uwe Müssel wrote: > Hello Roman, Hi. > I've cloned darktable-org/rawspeed and have started to ported the compressed > RAF support. You can find it at https://github.com/muessel/rawspeed. > Now I use the CFA from camaras.xml. Cool :) > I changed the copyright he

Re: [darktable-dev] Darktable stopped working; symbol lookup error libdarktable.so

2017-03-16 Thread Roman Lebedev
On Thu, Mar 16, 2017 at 3:33 PM, Matthew Malthouse wrote: > Hi Roman, > > tl;dr that worked. Thank you. Good :) > I'm still baffled about what happened. > > Re-installing DT caused libexiv2-14 to be installed as a dependency and gave > /usr/lib/x86_64-linux-gnu/libexiv2.so.14 etc. No such file

Re: [darktable-dev] Darktable stopped working; symbol lookup error libdarktable.so

2017-03-15 Thread Roman Lebedev
On Wed, Mar 15, 2017 at 3:02 PM, Matthew Malthouse wrote: >>> Also, do make sure that you do not have some self-compiled libexif2 >>> somewhere, e.g. in /opt, or /usr/local >> >> >> No, nothing there.:( > > Whoops, I seem to have made a mistake saying that... > > lrwxrwxrwx 1 root root 18 Mar

Re: [darktable-dev] Darktable stopped working; symbol lookup error libdarktable.so

2017-03-14 Thread Roman Lebedev
On Tue, Mar 14, 2017 at 11:45 PM, Matthew Malthouse wrote: >> That is typical C++11 issue. >> Please do make sure that both the dt and libexiv2 are installed from >> official repo, not from some random PPA's > > > Darktable as per the install page from > http://ppa.launchpad.net/pmjdebruijn/darkta

Re: [darktable-dev] Darktable stopped working; symbol lookup error libdarktable.so

2017-03-14 Thread Roman Lebedev
On Tue, Mar 14, 2017 at 7:54 PM, Matthew Malthouse wrote: > Hi, > > I don't use Darktable that often and when I tried to this morning it... > well, it just didn't. > > Machine *was* Ubuntu 14.04.LTS and has been upgraded to 16.04.LTS, now: > 4.4.0-66-generic #87-Ubuntu SMP x86_64 GNU/Linux (Dual 4

Re: [darktable-dev] Fuji Compressed RAW Files

2017-03-11 Thread Roman Lebedev
On Sat, Mar 11, 2017 at 10:26 PM, Roman Lebedev wrote: > Yes, basically add this: EDIT: auto id = mRootIFD->getID(); const Camera* cam = meta->getCamera(id.make, id.model, ""); if (!cam) ThrowRDE("Couldn't find camera"); mRaw->cfa = cam->cfa; Somewhere

Re: [darktable-dev] Fuji Compressed RAW Files

2017-03-11 Thread Roman Lebedev
On Sat, Mar 11, 2017 at 9:59 PM, Uwe Müssel wrote: > Hello, Hi, current rawspeed maintainer here. > I've started to adapt the code for decoding fuji compressed raw files from > libraw/rawtherapee to darktable. You can find the code on github > https://github.com/muessel/darktable in the branch fu

Re: [darktable-dev] Notebook with dual AMDGPU + Intel, OpenCL setup?

2017-03-02 Thread Roman Lebedev
On Thu, Mar 2, 2017 at 9:39 PM, Pascal Obry wrote: > > Hello, Hi. > For the first time I have an AMD + Intel combo in my notebook. I use to > have an Nvidia where I was able to use OpenCL. > > Is there somebody having the same configuration and with OpenCL setup? > > I'm on GNU/Debian 9, so no fg

Re: [darktable-dev] export to google photo

2017-02-16 Thread Roman Lebedev
On Thu, Feb 16, 2017 at 9:20 PM, Pascal Obry wrote: > > Roman, > >> Is there any kind of announcement i wonder? > > No. Did not see any announce. > >> In facebook case, IIRC they only disabled album creation for old API, >> but it is still possible with the new API version. > > In case of Google P

Re: [darktable-dev] export to google photo

2017-02-16 Thread Roman Lebedev
On Thu, Feb 16, 2017 at 9:10 PM, Pascal Obry wrote: > > A follow-up on this issue. I think the different transient issues we > had week ago was due to Google deprecating part of the API. Lot of > changes have been made! > > As of today it is not possible to create album from the API. That is > the

Re: [darktable-dev] Darktable on Beignet

2017-02-16 Thread Roman Lebedev
On Thu, Feb 16, 2017 at 11:11 AM, yan.wang wrote: > Hi, > I am Beignet devloper from Intel. Hi. > Just I found Beignet is pushed into the blacklist of darktable because > of one bug. > http://www.darktable.org/2016/12/darktable-2-2-0rc3-released/ > I want to fix it but I don't kno

Re: [darktable-dev] Multiple white balances?

2017-02-07 Thread Roman Lebedev
On Tue, Feb 7, 2017 at 9:20 PM, Thomas Werzmirzowsky wrote: > Hello everybody, > > I was just wondering if there are any plans to add the feature of > multiple white balances to darktable. It was recently disscussed. Last consensus was that it may not work in our pipeline too well, but can be done

Re: [darktable-dev] cannot compile dt from git

2017-02-02 Thread Roman Lebedev
On Thu, Feb 2, 2017 at 10:50 PM, Alexander Rabtchevich wrote: > Hello > > An attempt to compile results in an error: > > /home/sasha/Install/darktable/src/common/imageio_rawspeed.cc: In function > ‘uint32_t dt_rawspeed_crop_dcraw_filters(uint32_t, uint32_t, uint32_t)’: > /home/sasha/Install/darkta

Re: [darktable-dev] Re: Unusual stability problem

2017-01-31 Thread Roman Lebedev
On Tue, Jan 31, 2017 at 12:23 PM, Tobias Ellinghaus wrote: > Am Dienstag, 31. Januar 2017, 11:52:47 CET schrieb Roman Lebedev: >> On Tue, Jan 31, 2017 at 7:58 AM, Dan Torop wrote: >> > Thank you for the report & the very helpful sample file. >> > >> > I&#x

Re: [darktable-dev] Re: Unusual stability problem

2017-01-31 Thread Roman Lebedev
On Tue, Jan 31, 2017 at 7:58 AM, Dan Torop wrote: > Thank you for the report & the very helpful sample file. > I'm mortified, though, that the bug made its way into 2.2.2. Nah, it's just me continuing the tradition of breaking one(?) stable point release per series. (this was 3rd time in three se

Re: [darktable-dev] cannot compile current git

2017-01-29 Thread Roman Lebedev
On Sat, Jan 28, 2017 at 4:41 PM, Moritz Moeller wrote: > On 28.1.17 12:06 , Roman Lebedev wrote: > I did. Same error. Fixed, thank you for reporting! > .mm Roman. ___ darktable developer mailing list to unsubscri

Re: [darktable-dev] Re: Unusual stability problem

2017-01-28 Thread Roman Lebedev
On Sun, Jan 29, 2017 at 1:09 AM, Ulrich Pegelow wrote: > Same here with current master on specific images with and without OpenCL. I > have several images from one session, all have the same raw size. One image > with an uncommon crop crashes whenever I open it in the darkroom. Looks like the cras

Re: [darktable-dev] cannot compile current git

2017-01-28 Thread Roman Lebedev
On Sat, Jan 28, 2017 at 4:41 PM, Moritz Moeller wrote: > On 28.1.17 12:06 , Roman Lebedev wrote: >> >> *Please* try building master directly. > I did. Same error. Okay, so the old bug creeped back in. Should be easy to fix. Remind me, which libjpeg do you have? the -turbo or t

Re: [darktable-dev] cannot compile current git

2017-01-28 Thread Roman Lebedev
On Sat, Jan 28, 2017 at 1:57 PM, Moritz Moeller wrote: > I also have an issue. But it's a different one: > > [ 6%] Building CXX object > src/external/rawspeed/src/librawspeed/CMakeFiles/rawspeed.dir/decoders/DngDecoderSlices.cpp.o > /Users/moeller/code/darktable/src/external/rawspeed/src/librawsp

Re: [darktable-dev] cannot compile current git

2017-01-28 Thread Roman Lebedev
On Sat, Jan 28, 2017 at 1:44 PM, Alexander Rabtchevich wrote: > Thank you, it did help. > > $ git submodule update > Should it be done each time git pull is made? Yes it should be. > The output of git pull usually says: submodule rawspeed updated... Updated, but not checked-out. > With respect,

Re: [darktable-dev] IDE to develop dt ?

2017-01-17 Thread Roman Lebedev
On Tue, Jan 17, 2017 at 7:24 PM, André Felipe Carvalho wrote: > Hello, Hi. > Even if I'm a java programmer, former C and other languages programmer, just > now I got the courage to try to work with the dt source code. I'm using kdevelop5 (finally with clang parser), and some vim. > Is there a p

Re: [darktable-dev] Rawspeed from subrepo doesn't find camera

2017-01-12 Thread Roman Lebedev
On Thu, Jan 12, 2017 at 12:31 PM, Moritz Moeller wrote: > On 6.1.17 17:33 , Roman Lebedev wrote: >>> >>> Note that I always convert all my original raws from the camera (.ARW) to >>> DNGs and have done so from the beginning. >> >> Ah, well, i s

Re: [darktable-dev] Rawspeed from subrepo doesn't find camera

2017-01-06 Thread Roman Lebedev
On Fri, Jan 6, 2017 at 7:23 PM, Moritz Moeller wrote: > On 6.1.17 16:11 , Roman Lebedev wrote: >> >> On Fri, Jan 6, 2017 at 5:58 PM, Moritz Moeller >> wrote: >>> >>> I built DT with the Rawspeed subrepo this week and now I get this, when I >>> open

Re: [darktable-dev] Rawspeed from subrepo doesn't find camera

2017-01-06 Thread Roman Lebedev
On Fri, Jan 6, 2017 at 5:58 PM, Moritz Moeller wrote: > I built DT with the Rawspeed subrepo this week and now I get this, when I > open any of my DNGs: > > RawSpeed:Unable to find camera in database: 'SONY' 'ILCE-7M2' 'dng' > Please consider providing samples on , thanks!

Re: [darktable-dev] Warning: git master now uses rawspeed as submodule !

2017-01-04 Thread Roman Lebedev
untracked working tree files would be overwritten by > checkout: > src/external/rawspeed/data/cameras.xml > Please move or remove them before you can switch branches. > Aborting > > All I did was going to darktable-2.2.x branch in-between. > > WTF? > > S

Re: [darktable-dev] xmp file compatibility bug - Darktable v2.2.0 "double free or corruption"

2017-01-04 Thread Roman Lebedev
On Wed, Jan 4, 2017 at 4:55 PM, Tobias Ellinghaus wrote: > Am Mittwoch, 4. Januar 2017, 17:21:38 CET schrieb Terry Jones: >> After upgrade to 2.2.0 I experienced problems opening a film roll I had >> previously edited with 2.0.3 and 2.0.6. >> >> Darktable would appear to start normally but would c

Re: quick fix for brew build on Sierra /XCode8 (was: [darktable-dev] Warning: git master now uses rawspeed as submodule !)

2017-01-04 Thread Roman Lebedev
rrect > and clean way of branch checkout… Maybe git clean is needed… Yeah, it will be a painful expirience. At least it will end one way or another once 2.4 is out. Roman. >> On 4 Jan 2017, at 05:05, Wolfgang Goetz wrote: >> >> Roman Lebedev wrote: >> >>&

Re: [darktable-dev] An effort-less way to provide DT to advanced Windows users

2017-01-03 Thread Roman Lebedev
btw, from now on, each time such mail appears in our maillsts, i'll be pushing the moment i start looking at that pr by one month. On Tue, Jan 3, 2017 at 11:43 PM, Roman Lebedev wrote: > On Tue, Jan 3, 2017 at 11:32 PM, Martin Pecka wrote: >> Hello DT developers. >> >

Re: [darktable-dev] An effort-less way to provide DT to advanced Windows users

2017-01-03 Thread Roman Lebedev
On Tue, Jan 3, 2017 at 11:32 PM, Martin Pecka wrote: > Hello DT developers. > > I know there is some discussion about Windows ports of DT. And I even know > there is a PR that looks promising and is adding Windows support the > "proper" and user-friendly way. However, it still seems to me you're >

Re: [darktable-dev] Warning: git master now uses rawspeed as submodule !

2017-01-03 Thread Roman Lebedev
man. > On Wed, Jan 4, 2017 at 7:57 AM, Ulrich Pegelow > wrote: >> Am 03.01.2017 um 17:29 schrieb Roman Lebedev: >>> >>> On Tue, Jan 3, 2017 at 7:22 PM, Ulrich Pegelow >>>> >>>> What now? >>> >>> $ git checkout -f darkta

Re: [darktable-dev] Warning: git master now uses rawspeed as submodule !

2017-01-03 Thread Roman Lebedev
On Tue, Jan 3, 2017 at 7:22 PM, Ulrich Pegelow wrote: > Am 02.01.2017 um 22:27 schrieb Roman Lebedev: >> >> Hi everyone. >> >> Starting with today, darktable git master tracks rawspeed >> library as a submodule. >> >> Which means, after updating darkt

Re: [darktable-dev] Warning: git master now uses rawspeed as submodule !

2017-01-03 Thread Roman Lebedev
On Tue, Jan 3, 2017 at 1:46 AM, Wolfgang Goetz wrote: > MacOS/brew broken: > ... > [ 2%] Building CXX object > src/external/rawspeed/RawSpeed/CMakeFiles/rawspeed.dir/ArwDecoder.cpp.o > In file included > from > /Users/wolfganggoetz/repos/darktable/src/external/rawspeed/RawSpeed/ArwDecoder.cpp:1:

Re: [darktable-dev] Wrong JPEG output

2017-01-03 Thread Roman Lebedev
On Tue, Jan 3, 2017 at 8:48 AM, François Tissandier wrote: > Hello ! > > Happy 2017 to everyone ! :) > > > I'm seeing some JPEG errors in some of my photos. From a Sony A7RII, using > Darktable 2.2.1. Lighter parts in the photos, at the bottom, while my RAWs > look to be fine. > > https://redmine.

Re: [darktable-dev] Warning: git master now uses rawspeed as submodule !

2017-01-03 Thread Roman Lebedev
On Tue, Jan 3, 2017 at 2:07 AM, Terry Duell wrote: > On Tue, 03 Jan 2017 09:46:23 +1100, Wolfgang Goetz > wrote: > >> Terry Duell wrote: > > > [snip] > >>> Well that seems to have buggered things up :-) >>> I suspect that the above commands might not be right...attempting to >>> build results in

[darktable-dev] Warning: git master now uses rawspeed as submodule !

2017-01-02 Thread Roman Lebedev
Hi everyone. Starting with today, darktable git master tracks rawspeed library as a submodule. Which means, after updating darktable repo (git pull/git fetch), and before building, you now need to make sure that the submodule is updated to. After fresh clone, you need to run this once: $ git sub

Re: [darktable-dev] regex not supported: java version "9-ea"

2017-01-02 Thread Roman Lebedev
On Mon, Jan 2, 2017 at 11:37 PM, João Horta wrote: > upp > > error on compiling last git build :/ Please do post the whole output starting with rm -rf build/ > > -- > CMake Warning at /usr/share/cmake-3.5/Modules/FindJava.cmake:158 (message): > regex not supported: java version "9-ea" > >

Re: [darktable-dev] darktable-chart 2.2 rc2 not running

2016-12-17 Thread Roman Lebedev
On Sat, Dec 17, 2016 at 12:51 AM, Aurélien PIERRE wrote: > That's strange, they were all exported the same way through DT 2.2rc2 Did you set output color space to lab? output colour space to Lab (set the secret option in darktablerc: allow_lab_output=true) > Aurélien PIERRE > aurelienpierre.com

Re: [darktable-dev] One week left to update translations

2016-12-15 Thread Roman Lebedev
On Thu, Dec 15, 2016 at 4:51 PM, Nazarii Vitak wrote: > Hi everyone, > > Could anyone check if the uk translation was updated. https://github.com/darktable-org/darktable/commits/master/po/uk.po Last change was on Dec 6, 2014, so no, not up-to-date. > Thanks in advance. > > Nazarii. Roman. > On 1

Re: [darktable-dev] GUI not well rendered

2016-12-13 Thread Roman Lebedev
On Tue, Dec 13, 2016 at 7:09 PM, Maurizio Paglia wrote: > Hi all, > I run dt 2.0.7 > After updating to Leap 42.2 the GUI of darktable looks ugly (text of label > is very big and the same for all lines used to draw the GUI). > The GUI is not only ugly but also difficult to be used. For example when

Re: [darktable-dev] Panasonic GX80/85

2016-12-09 Thread Roman Lebedev
On Fri, Dec 9, 2016 at 3:08 PM, PD Dr. Stefan Schmidt wrote: > Hi, Hi. > although the panasonic GX80/85 was included in 2.0.7 > I cannot find a noise profile. That is because no one has created it yet / no one opened an issue on redmine with profile. https://www.darktable.org/2012/12/profiling-

Re: [darktable-dev] Bottom buttons right click

2016-12-06 Thread Roman Lebedev
On Tue, Dec 6, 2016 at 11:28 PM, Timur Irikovich Davletshin wrote: > Yes, I described configuration in first letter. Other right-clickable > interface elements in DT work quite well… You can left-click on these bottom buttons and hold for a few sec, and the same popup will appear. Please try that,

Re: [darktable-dev] Bottom buttons right click

2016-12-06 Thread Roman Lebedev
Worksforme. Also, you can left-click and hold for a few sec, and the same popup will appear. On Tue, Dec 6, 2016 at 1:19 PM, Timur Irikovich Davletshin wrote: > Exactly, it is nearly impossible to right-click to change settings of > over/under expose (all buttons, see screenshot). Left-click work

[darktable-dev] Re: [darktable-user] darktable 2.2.0rc2 released

2016-12-05 Thread Roman Lebedev
On Mon, Dec 5, 2016 at 12:36 AM, Matthieu Moy wrote: > Hi, Hi > I'm in the process of writing an article about dt 2.2 > (https://linuxfr.org/redaction/news/darktable-2-2-0), and I have a few > questions about the release notes: > > - Original Message - >> - In Highlight reconstruction

Re: [darktable-dev] Thumbnails in exported photos?

2016-11-28 Thread Roman Lebedev
On Mon, Nov 28, 2016 at 11:43 PM, François Tissandier wrote: > Pity, such an app is very useful for me, I need to use an old Java app to be > able to do that for the moment. > > Is it something we can suggest as a feature to add in darkroom ? https://redmine.darktable.org/projects/darktable/issues

Re: [darktable-dev] Thumbnails in exported photos?

2016-11-28 Thread Roman Lebedev
On Mon, Nov 28, 2016 at 11:30 PM, Richard Trinkner wrote: > Is there an option to add jpg thumbnails to images exported by darktable? > > I've been writing an app in Python that lets users rearrange photos through > drag-and-drop and then renumber their files according to the resulting photo > ord

Re: [darktable-dev] Darktable in Ubuntu on Windows 10

2016-11-28 Thread Roman Lebedev
able 2.2 rc 2 on Ubuntu 14.10. According to https://launchpad.net/ubuntu/utopic/+source/gtk+3.0/+changelog the gtk version is 3.12 We require 3.14 > Best regards and thanks > Blandyna Roman. > Am 28. November 2016 20:54:17 schrieb Roman Lebedev : > >> Hi. >> >> At this point

Re: [darktable-dev] Darktable in Ubuntu on Windows 10

2016-11-28 Thread Roman Lebedev
Hi. At this point there is no darktable for windows (*) There is some work-in-progress patches, should they finally get merged, then this can be re-evaluated (not until 2.2 is released). At this point i can only suggest running darktable in linux in a VM. * yes, we know that some persons hacked s

Re: [darktable-dev] String freeze for the upcoming 2.2 series

2016-11-28 Thread Roman Lebedev
On Mon, Nov 28, 2016 at 8:38 PM, Maurizio wrote: > Hi! > So I enter the build directory with > cd build > and start the usermanual build > make update-usermanual-it > > This is the result: > pdating usermanual template > I/O error : Attempt to load network entity http://docbook.sourceforge.net/ >

Re: [darktable-dev] Cannot build Darktable release-2.2.0rc1 on Mac OS X 10.12.1 (Sierra)

2016-11-26 Thread Roman Lebedev
On Sat, Nov 26, 2016 at 2:33 PM, Nikolaus Thiel wrote: > Hi James > > Thanks for offering your time. I have the following Exiv2 library installed > by MacPorts: Just a few cent: while i personally have never ever used osx, i have recently found out that osx's homebrew has all the deps, so one *co

Re: [darktable-dev] 2.2.0-rc1: build fails on my debian (LMDE)

2016-11-26 Thread Roman Lebedev
On Sat, Nov 26, 2016 at 2:51 PM, Matthias Bodenbinder wrote: > Hi, > > just tried to build RC1 and it failed. Here is the output: What failed, is debian's ld.bfd. You can either use ld.gold, or try upgrading binutils https://www.mail-archive.com/darktable-dev@lists.darktable.org/msg01462.html ht

Re: [darktable-dev] Exotic builds: MacOS Homebrew, Gentoo

2016-11-24 Thread Roman Lebedev
OSX builds for darktable added to travis-ci. On Fri, Nov 18, 2016 at 10:08 PM, Wolfgang Goetz wrote: > Folks, Roman for prctl.. > > since a while dt compiles&runs on MacOS/Homebrew ...until... > > src/common/system_signal_handling.c includes unconditional > > quick fix is to //.. the #include >

Re: [darktable-dev] Exotic builds: MacOS Homebrew, Gentoo

2016-11-21 Thread Roman Lebedev
On Mon, Nov 21, 2016 at 1:01 AM, Wolfgang Goetz wrote: > Roman Lebedev wrote: > >> On Fri, Nov 18, 2016 at 10:08 PM, Wolfgang Goetz >> wrote: >> > Folks, Roman for prctl.. > [...] >> Not many people are running dt on osx. >> Thanks for report, fixed

Re: [darktable-dev] Exotic builds: MacOS Homebrew, Gentoo

2016-11-21 Thread Roman Lebedev
On Mon, Nov 21, 2016 at 1:53 AM, James C. McPherson wrote: > On 21/11/16 08:01 am, Wolfgang Goetz wrote: >> >> Roman Lebedev wrote: >> >>> On Fri, Nov 18, 2016 at 10:08 PM, Wolfgang Goetz >>> wrote: >>>> >>>> Folks, Roman for pr

Re: [darktable-dev] Exotic builds: MacOS Homebrew, Gentoo

2016-11-18 Thread Roman Lebedev
On Fri, Nov 18, 2016 at 10:08 PM, Wolfgang Goetz wrote: > Folks, Roman for prctl.. > > since a while dt compiles&runs on MacOS/Homebrew ...until... > > src/common/system_signal_handling.c includes unconditional > > quick fix is to //.. the #include > > (--> 2.2.0rc0+99~gca4ee4e-dirty OK) Not many

Re: [darktable-dev] Export from Lua

2016-11-14 Thread Roman Lebedev
On Mon, Nov 14, 2016 at 4:53 PM, Pascal Obry wrote: > Hello Lua experts! > > I want to create a Lib (a bit like the Enfuse one in the lua-script > repo) but I need to first export the RAW file as say TIF. Is there a > way to export a set of RAW from Lua? > I tried calling darktable-cli on command

Re: [darktable-dev] Sony DSC-RX100 V RAW support

2016-11-12 Thread Roman Lebedev
On Sat, Nov 12, 2016 at 9:12 PM, Jason Long wrote: > I am running darktable-2.0.7-1 which doesn't seem to support the Sony > DSC-RX100 V RAW format. > > Any idea when this might be available? Generic answer: Probably not before someone actually reports it with a sample to https://redmine.darktable

Re: [darktable-dev] A question regarding DT 2.2.0rc0

2016-11-11 Thread Roman Lebedev
On Fri, Nov 11, 2016 at 8:14 PM, Francisco Cribari wrote: > The information on DT v. 2.2.0rc0 available at > > http://www.darktable.org/2016/11/darktable-2-2-0rc0-released/ > > indicates that v. 2.2.0rc0 (the first release candidate for the upcoming > version 2.2.0) includes a noise profile for th

Re: [darktable-dev] extract_wb ruby script doesn't work for Fuji X-TRANS RAF

2016-11-09 Thread Roman Lebedev
Ugh, and now that i have actually cheked, after pushing, the git master version has *already* supported extracting info from these exact RAF's. On Wed, Nov 9, 2016 at 1:54 PM, Roman Lebedev wrote: > On Tue, Nov 8, 2016 at 5:53 PM, Sascha Oleszczuk wrote: >> Hi Roman, > >&g

Re: [darktable-dev] extract_wb ruby script doesn't work for Fuji X-TRANS RAF

2016-11-09 Thread Roman Lebedev
film", "X-T2", Incandescent, 0, { 1.248344, 1, 2.907285, 0 } }, > { "Fujifilm", "X-T2", Underwater, 0, { 1.877483, 1, 1.940397, 0 } }, > > > Thx in advance and sorry again Thank *you*. > Sascha Roman. > 2016-11-07 16:56 GMT+01:00 Roman Lebedev : &

Re: [darktable-dev] extract_wb ruby script doesn't work for Fuji X-TRANS RAF

2016-11-09 Thread Roman Lebedev
, { 1.976821, 1, 2.05298, 0 } }, > { "Fujifilm", "X-T2", WhiteFluorescent, 0, { 1.86755, 1, 2.639073, 0 } }, > { "Fujifilm", "X-T2", Incandescent, 0, { 1.248344, 1, 2.907285, 0 } }, > { "Fujifilm", "X-T2", Underwater, 0, { 1.8774

Re: [darktable-dev] Split tone message box

2016-11-07 Thread Roman Lebedev
On Mon, Nov 7, 2016 at 6:39 PM, David Vincent-Jones wrote: > If I right click on the color patch (split tone module) the box containing > the list of preset options falls mainly out of the dt framework and is > unreadable. Noted. It is exactly the same preset box that you get by clicking on "pres

Re: [darktable-dev] extract_wb ruby script doesn't work for Fuji X-TRANS RAF

2016-11-07 Thread Roman Lebedev
t; Sascha Roman. > 2016-11-06 12:33 GMT+01:00 Roman Lebedev : >> >> On Sun, Nov 6, 2016 at 1:16 AM, Sascha Oleszczuk >> wrote: >> > The new extract_wb ruby script can't export the wb settings from my fuji >> > X-T2 RAF files. >> > I get only the fol

Re: [darktable-dev] extract_wb ruby script doesn't work for Fuji X-TRANS RAF

2016-11-06 Thread Roman Lebedev
On Sun, Nov 6, 2016 at 1:16 AM, Sascha Oleszczuk wrote: > The new extract_wb ruby script can't export the wb settings from my fuji > X-T2 RAF files. > I get only the following message: > ERROR: Couldn't figure out preset values, sorry > > I tried the extract_wb from darktable 2.0.6 and 2.0.7 both

Re: [darktable-dev] Cygwin

2016-11-06 Thread Roman Lebedev
On Sun, Nov 6, 2016 at 10:55 AM, Phil Rosenberg wrote: > Hi > Up front I will say I have read your policy on Windows and totally > agree. I also work on an open source project and supporting many OSs > is tough and usually requires at least a couple of developers willing > to use and test the code

Re: [darktable-dev] Multiple instances → Numbering bug

2016-11-03 Thread Roman Lebedev
On Thu, Nov 3, 2016 at 11:34 PM, Timur Irikovich Davletshin wrote: > Hello everybody! > > I have following problem with DT 2.0.7 (from PPA) on Ubuntu 16.04: > > After little playing with multiple instances of tone curve I've noticed > that my history stack is a mess with no numbering of every inst

Re: [darktable-dev] Re: crash on exporting a file

2016-10-31 Thread Roman Lebedev
Looks like a crash in lensfun. Judging by tiling involved, i'd guess out-of-memory? Roman. On Mon, Oct 31, 2016 at 12:50 AM, João Horta wrote: > /tmp/darktable_bt_D4NDQY.txt > > > > 2016-10-30 21:46 GMT+00:00 João Horta : >> >> Darktable-git 2.1.0+2119 g50ebe5a >> >> >> jmhorta@Ubuntu1604:~$ dar

Re: [darktable-dev] Gaussian Display Error

2016-10-30 Thread Roman Lebedev
le' min: (0.00; 0.00; > 0.00) max: (1.329883; 1.130938; 1.493263) [preview] > [dev_pixelpipe] module `velvia' outputs NaNs! [preview] > [dev_pixelpipe] module `velvia' min: (0.00; 0.00; 0.00) max: > (1.00; 1.00; 1.00) [preview] > >

Re: [darktable-dev] Gaussian Display Error

2016-10-30 Thread Roman Lebedev
Does all of you expirience the problem with X-Trans sensor? Or with Bayer too? For x-trans: https://redmine.darktable.org/issues/11272 For bayer need reproducer. Hint: you can run darktable as `darktable -d nan` and look for "Module xyz outputs NaNs!" in the console output." Roman. On Sun, Oct

Re: [darktable-dev] error compiling

2016-10-28 Thread Roman Lebedev
On Fri, Oct 28, 2016 at 6:07 AM, Michel Leblond wrote: > After the modifications made by Roman I now have two errors: > > In file included from /home/michel/Logiciels/DT_ML/src/common/opencl.h:39:0, > from /home/michel/Logiciels/DT_ML/src/develop/imageop.h:37, > f

Re: [darktable-dev] error compiling

2016-10-27 Thread Roman Lebedev
Try now. On Fri, Oct 28, 2016 at 12:07 AM, Michel Leblond wrote: > I always delete build directory before compiling. I use gcc GNU 5.4.0. > > Michel. > > > Le 27/10/2016 à 22:59, Tobias Ellinghaus a écrit : > > All of that looks good at first sight. It might take until tomorrow to find > the > is

Re: [darktable-dev] Re: Fuji X-T2 noise profiles finalized

2016-10-27 Thread Roman Lebedev
s > over where I live. > > > > > > On Thu, Oct 27, 2016 at 8:01 AM, Roman Lebedev wrote: >> >> On Thu, Oct 27, 2016 at 5:53 PM, Sascha Oleszczuk >> wrote: >> > Thx for release 2.0.7. >> > It seams my noiseprofiles for fuji X-T2 and the white ba

Re: [darktable-dev] Re: Fuji X-T2 noise profiles finalized

2016-10-27 Thread Roman Lebedev
On Thu, Oct 27, 2016 at 5:53 PM, Sascha Oleszczuk wrote: > Thx for release 2.0.7. > It seams my noiseprofiles for fuji X-T2 and the white balance settings from > another user are not part of 2.0.7. > Not sure if the team hasn't more time to put it in or if it was overlooked. The problem here is t

Re: [darktable-dev] can't find libintl while building and no Internationalization as a result

2016-10-25 Thread Roman Lebedev
commit by > $ git push origin master > > otherwise there will be a conflict (as I had now) between the Darktable > version and my version. > > Is that correct? > > Only after a successful pull request I need to fetch and rebase ??? > > Please correct me if I misunderstood. >

Re: [darktable-dev] can't find libintl while building and no Internationalization as a result

2016-10-25 Thread Roman Lebedev
;> > > -- Checking for -march=native support >> > > Missing fop >> > > Can NOT build Lua API documentation >> > > /home/shlomi/darktable2/darktable/src/external/rawspeed/data/cameras.xml >> > > validates >> > > Validation of files failed >&

Re: [darktable-dev] can't find libintl while building and no Internationalization as a result

2016-10-25 Thread Roman Lebedev
t; > attached is the cmake output > > > On Tue, Oct 25, 2016 at 5:49 PM, Roman Lebedev wrote: >> >> On Tue, Oct 25, 2016 at 5:28 PM, shlomi braitbart >> wrote: >> > Okay here is what I got: >> > >> > shlomi@avia:~/darktable2/darktable$ git pul

Re: [darktable-dev] can't find libintl while building and no Internationalization as a result

2016-10-25 Thread Roman Lebedev
[data/CMakeFiles/darktable.appdata_file.dir/all] Error 2 > make[1]: *** Waiting for unfinished jobs > make: *** [all] Error 2 > > the cmake output is attached. > Seems the same to me. > > > On Tue, Oct 25, 2016 at 5:19 PM, Roman Lebedev wrote: >> >> try >>

Re: [darktable-dev] can't find libintl while building and no Internationalization as a result

2016-10-25 Thread Roman Lebedev
try git pull --tags git pull --tags upstream git fetch upstream On Tue, Oct 25, 2016 at 5:11 PM, shlomi braitbart wrote: > Still getting the > Already up-to-date > message with no change of number: > > git describe > release-0.9.3-13734-ge493501 > git status > On branch master > Your branch is a

Re: [darktable-dev] can't find libintl while building and no Internationalization as a result

2016-10-23 Thread Roman Lebedev
Oct 23, 2016 at 10:47 PM, Roman Lebedev > wrote: >> >> On Sun, Oct 23, 2016 at 10:43 PM, shlomi braitbart >> wrote: >> > Sure. >> > Please find the attached txt file for the cmake output. >> > hope a txt file is okay. >> Better :) >

Re: [darktable-dev] can't find libintl while building and no Internationalization as a result

2016-10-23 Thread Roman Lebedev
t 23, 2016 at 5:28 PM, Roman Lebedev wrote: >> >> Please do show the whole cmake output. >> >> On Sun, Oct 23, 2016 at 5:17 PM, shlomi braitbart >> wrote: >> > Hello. >> > I maintain the Hebrew translation and I noticed the changes I made are >>

Re: [darktable-dev] can't find libintl while building and no Internationalization as a result

2016-10-23 Thread Roman Lebedev
Please do show the whole cmake output. On Sun, Oct 23, 2016 at 5:17 PM, shlomi braitbart wrote: > Hello. > I maintain the Hebrew translation and I noticed the changes I made are not > implemented after building dt. > Looking at the terminal build messages I see the following message: > -- Interna

[darktable-dev] Re: PSA: ATTENTION NIKON OWNERS !!! LAST CALL

2016-10-23 Thread Roman Lebedev
, 2016 at 8:51 PM, Roman Lebedev wrote: > Okay, some samples were provided, a few cameras got off the list. > But not all. > > Here is the current up-to-date list of the cameras, samples > from which are still wanted: > > NIKON COOLPIX P6000 > NIKON COOLPIX P7000 >

Re: [darktable-dev] Problem with lualib

2016-10-20 Thread Roman Lebedev
Missing information: darktable version? On Thu, Oct 20, 2016 at 4:15 PM, Jefferson Ferreira wrote: > Hi, > > I wrote an example in darktable/luarc that shows a strange error when I > open/close the "export selected" module: > > ERROR in lualib, couldn't find a container, this should never happen

Re: [darktable-dev] Feature request: add the exported photo to DT view

2016-10-19 Thread Roman Lebedev
On Wed, Oct 19, 2016 at 12:05 PM, Javier wrote: > Hi, > > I've noted that when I exported a photo the exported file exists on the > directory but it cannot be seen in DT (you have to reload the entire folder > to see it). There is no reload. It's called re-import. Feel free to google the differenc

Re: [darktable-dev] Feature Request

2016-10-18 Thread Roman Lebedev
On Tue, Oct 18, 2016 at 10:01 PM, Tim Rolph wrote: > Hi All, would it be possible to add an option for auto raw white point > calculation? No. Because that would be selfish. If it really is an issue, you need to report it: https://redmine.darktable.org/projects/darktable/issues/new And do attach o

Re: [darktable-dev] Cannot build Darktable release-2.0.6 on Mac OS X 10.12 (Sierra)

2016-10-18 Thread Roman Lebedev
@1.7_0 > saxon @9.5.1.1_0 > xmlcatmgr @2.2_1 > > > Roman. > ___ > darktable developer mailing list > to unsubscribe send a mail to dar

Re: [darktable-dev] PSA: ATTENTION NIKON OWNERS !!!

2016-10-14 Thread Roman Lebedev
On Fri, Oct 14, 2016 at 10:45 PM, Wolfgang Goetz wrote: > Roman Lebedev wrote: > >> Hi all. > > Hello dev's, > > please find attached some thoughts about the planned deprecation. > > > >> This mail is primarily targeted to all the owners of Nikon c

[darktable-dev] Re: [darktable-user] Re: PSA: ATTENTION NIKON OWNERS !!! LAST CALL

2016-10-13 Thread Roman Lebedev
ferent raw compression methods, so it may be ok.. > do you need tickets to be opened for the previous availables files on > rawsamples.ch ? Yes, please. > regards, > > Thomas Roman. > On 13 October 2016 at 19:51, Roman Lebedev wrote: >> >> Okay, some samples were

[darktable-dev] Re: PSA: ATTENTION NIKON OWNERS !!! LAST CALL

2016-10-13 Thread Roman Lebedev
. Better get these samples now. Roman. On Fri, Oct 7, 2016 at 4:00 PM, Roman Lebedev wrote: > Hi all. > > This mail is primarily targeted to all the owners of Nikon cameras. > > As you may have seen, an issue with white level for some > nikon cameras (or so i thought) was discove

Re: [darktable-dev] Raw Overexposure Indication broken

2016-10-12 Thread Roman Lebedev
0815a87d56650ea7af65 > Author: Roman Lebedev > Date: Sun Oct 9 15:45:11 2016 +0300 > > Rawoverexposed iop: process_common_setup() properly compute thresholds. > > Practically, only matters if min(wbcoeffs) != 1.0 > > :04 040

Re: [darktable-dev] Zone System Image Missing

2016-10-12 Thread Roman Lebedev
On Wed, Oct 12, 2016 at 11:16 PM, David Vincent-Jones wrote: > darktable 2.1.pre+git1806.5b5c954-1.1 Please try with current git master. > This is not related to S/H problem > > Zone System image only shows blank. > > > ___ >

Re: [darktable-dev] Shadows/Highlights Problem

2016-10-12 Thread Roman Lebedev
On Wed, Oct 12, 2016 at 11:06 PM, David Vincent-Jones wrote: > When S/H is used with gaussian param ... both the histogram and the top left > (small) image go blank. > I have also found on some occasions that the main image also blanks out. > This does not occur if bilateral-filter is selected. >

Re: [darktable-dev] Raw Overexposure Indication broken

2016-10-12 Thread Roman Lebedev
On Wed, Oct 12, 2016 at 9:30 PM, Tim Rolph wrote: > Hi Roman, with raw overexposure indicator enabled usually I get a small > percentage of the image indicated if its over exposed (with CRW images). Hmm, it does sound like the last commit may have had unintended side-effects. > Since last night

Re: [darktable-dev] Raw overexposure indication Broken

2016-10-12 Thread Roman Lebedev
No, it's not. You need to provide a bit more information :) On Wed, Oct 12, 2016 at 8:27 PM, Tim Rolph wrote: > Hi all, the raw overexposure is broken in current git 2.1.0+1875~gab24fa7 and > in last nights update. > > Thanks, > > Tim. Roman. > ___

Re: [darktable-dev] Color Zones Color Picker

2016-10-07 Thread Roman Lebedev
That was fixed in git master even before you sent your mail :) On Fri, Oct 7, 2016 at 5:47 PM, David Vincent-Jones wrote: > darktable 2.1.pre+git1803.e988f75-1.1 > > The color picker appears to have stopped functioning in this version. > > > __

Re: [darktable-dev] PSA: ATTENTION NIKON OWNERS !!!

2016-10-07 Thread Roman Lebedev
On Fri, Oct 7, 2016 at 4:40 PM, Germano Massullo wrote: > You will need also > https://raw.githubusercontent.com/darktable-org/darktable/master/src/external/rawspeed/data/cameras.xml > and you will have to edit rawspeed-check-nikon-modes.rb to point it at > that cameras.xml I would like to correct

[darktable-dev] PSA: ATTENTION NIKON OWNERS !!!

2016-10-07 Thread Roman Lebedev
Hi all. This mail is primarily targeted to all the owners of Nikon cameras. As you may have seen, an issue with white level for some nikon cameras (or so i thought) was discovered by me: https://www.mail-archive.com/darktable-dev@lists.darktable.org/msg01196.html In the meantime i have adjusted

Re: [darktable-dev] spot WB hangs dt

2016-10-06 Thread Roman Lebedev
Spot white balance, and invert colorpicker should be now functioning properly in git master. Roman. On Mon, Sep 26, 2016 at 7:33 PM, Alexander Rabtchevich wrote: > Hello > > Spot white balance hangs darktable from the current git. > > With respect, > Alexander Rabtchevich > _

Re: [darktable-dev] Unable to Select All During Camera Import

2016-10-06 Thread Roman Lebedev
On Thu, Oct 6, 2016 at 10:51 PM, Gareth Williams wrote: > Hi, > > If I connect my camera (Nikon D5500, if that's relevant) to my laptop and > start Darktable, I have the option to 'import from camera'. When I click on > this a dialog appears and lists all the images stored on my camera. > However

<    1   2   3   >