[darktable-devel] Fuji X100S

2014-09-24 Thread Francisco Cribari
Will the next stable release of Darktable include support for Fujifilm X-Trans RAW files? I used 14 RAW images to create a base curve for the Fujifilm X100S camera. The script I generated can be obtained from https://dl.dropboxusercontent.com/u/2171814/fujifilm-x100s.sh The collected data is at

Re: [darktable-devel] Equalizer's mix slider resets to 1.000

2014-09-24 Thread KOVÁCS István
Is there any other 'mix' slider? Perhaps you mean the 'opacity' slider of the blend operation? On 24 September 2014 21:28, Moritz Moeller wrote: > On 24/9/14 9:23 pm, KOVÁCS István wrote: >> Not a bug but a feature. >> http://www.darktable.org/usermanual/ch03s04s04.html.php >> "This module addit

Re: [darktable-devel] Equalizer's mix slider resets to 1.000

2014-09-24 Thread Moritz Moeller
On 24/9/14 9:23 pm, KOVÁCS István wrote: > Not a bug but a feature. > http://www.darktable.org/usermanual/ch03s04s04.html.php > "This module additionally has a “mix” slider below the spline GUI. > Adjusting the slider will upscale or downscale the splines on the > y-axis. The slider was added as a

Re: [darktable-devel] Equalizer's mix slider resets to 1.000

2014-09-24 Thread KOVÁCS István
Not a bug but a feature. http://www.darktable.org/usermanual/ch03s04s04.html.php "This module additionally has a “mix” slider below the spline GUI. Adjusting the slider will upscale or downscale the splines on the y-axis. The slider was added as a convenience tool to help you modify the strength of

Re: [darktable-devel] A call to nikon D5200 users

2014-09-24 Thread Martin Juřen
Hi, you can find the files for D5200 on https://drive.google.com/file/d/0B8TBtnDo44rSbTdVUERqamN3N3M/edit?usp=sharing Jurri 2014-09-24 16:38 GMT+02:00 jeremy rosen : > Hello everybody > > We are starting to consider entering the stablize/prerelease period and we > have one popular camera that is

[darktable-devel] Equalizer's mix slider resets to 1.000

2014-09-24 Thread Stefan Hühne
Hi, I change the 'mix' factor of the equalizer to something != 1.000 and leave the image (either to lighttable or to another image). When I open that image again the equalizer's effect is as I left it but the 'mix' slider is reset to 1.000. So there is no way back to the original 1.000 setting.

Re: [darktable-devel] Styles and preset previews

2014-09-24 Thread Patrick Shanahan
* Steven Adler [09-24-14 12:38]: > Any chance darktable developers might create onscreen previews of styles > and module presets to evaluate the effects on a photo before using? For all practical purposes you already have this ability. Apply the preset and if you are unhappy with the result, all

[darktable-devel] Styles and preset previews

2014-09-24 Thread Steven Adler
Any chance darktable developers might create onscreen previews of styles and module presets to evaluate the effects on a photo before using? -- Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS

Re: [darktable-devel] Search order for lensfun data

2014-09-24 Thread Torsten Bronger
Hallöchen! Stefan Hühne writes: > [...] > > While I can live very happily with this behaviour of darktable - > and the setup may be unusual anyway - to me this looks like the > wrong search order. And in addition I think it would be better to > take the data consistently from only one location -

Re: [darktable-devel] Noise profile for Sony Alpha A7

2014-09-24 Thread Per Östlund
I think this has been overlooked. On 2014-06-27 00:46, Per Östlund wrote: > Hi, > > I made an attempt at generating a noise profile for the Sony Alpha A7. > I tried it out on a couple of my high ISO shots, but couldn't really > see much difference compared to the general poisson when I adjusted

[darktable-devel] A call to nikon D5200 users

2014-09-24 Thread jeremy rosen
Hello everybody We are starting to consider entering the stablize/prerelease period and we have one popular camera that is missing whitebalance preset... fortunately WB presets are easy to do for anybody with a D5200 available... So if you are the lucky owner of that camera, could you please do

Re: [darktable-devel] Search order for lensfun data

2014-09-24 Thread Pascal Obry
Le mercredi 24 septembre 2014 à 15:47 +0200, Stefan Hühne a écrit : > Hi, > > I have compiled lensfun from git in order to get the latest lens correction > data. The library gets installed in /usr/local/lib and the lens data are > installed in /usr/local/share/lensfun. > For the time being I d

Re: [darktable-devel] Search order for lensfun data

2014-09-24 Thread parafin
It's nothing darktable has control over, where lensfun looks for database is defined in lensfun library itself. Looking over lensfun-0.2.8 code I see that CONF_DATADIR is second in list after homedir for database loading, after that come system dirs (/usr/share/lensfun). If your prefix is /usr/loca

[darktable-devel] Search order for lensfun data

2014-09-24 Thread Stefan Hühne
Hi, I have compiled lensfun from git in order to get the latest lens correction data. The library gets installed in /usr/local/lib and the lens data are installed in /usr/local/share/lensfun. For the time being I did not delete the "original" files in /usr/lib and /usr/share/lensfun. As expe

Re: [darktable-devel] Handling of invalid coordinate values in Lensfun/Darktable

2014-09-24 Thread Torsten Bronger
Hallöchen! Sebastian Kraft writes: >> For example, see the function at >> https://sourceforge.net/p/lensfun/code/ci/099f390d5d7f0df7ae2242f3bbc5973d29442950/tree/libs/lensfun/mod-coord.cpp#l883 >> >> The "asin" returns a NaN if its argument is larger than 1, which >> means that both iocoord's als

Re: [darktable-devel] Handling of invalid coordinate values in Lensfun/Darktable

2014-09-24 Thread Sebastian Kraft
> For example, see the function at > https://sourceforge.net/p/lensfun/code/ci/099f390d5d7f0df7ae2242f3bbc5973d29442950/tree/libs/lensfun/mod-coord.cpp#l883 > > The "asin" returns a NaN if its argument is larger than 1, which > means that both iocoord's also become NaN. You cannot recover it: > For