Re: [darktable-devel] released new tarball (1.1.2)

2013-01-18 Thread James C. McPherson
For those who are interested, I've just built and packaged (with a basic sanity check) this micro release for Solaris 11. Grab it while it's hot, from http://www.jmcpdotcom.com/Packages/Darktable.1.1.2.p5p.gz with dependency packages at http://www.jmcpdotcom.com/Packages/dt-deps.p5p.gz James

Re: [darktable-devel] xmp problems

2013-01-18 Thread Tobias Ellinghaus
Am Freitag, 18. Januar 2013, 20:25:43 schrub David vincent-jones: > Further to the tif.xmp problem here is a typical imported tif file along > with the xmp file generated. > > https://www.dropbox.com/s/vvdlt4xsvd7lk5r/IMG_3542.tif > https://www.dropbox.com/s/27gr544ab2si86t/IMG_3542.tif.xmp > > I

Re: [darktable-devel] ligtness blending & equalizer's global contrast

2013-01-18 Thread Moritz Moeller
On 19/1/13 4:39 AM, Ulrich Pegelow wrote: > The first issue (off pixels) is obviously a bug. As you already wrote we > are converting values from RGB to HSL and back. If the input is out of > range, this leads to problems. In current git master I fixed the issue > by clamping the input values accor

Re: [darktable-devel] Importing needs feedback

2013-01-18 Thread johannes hanika
the background jobs have progress bars (left panel, bottom) and sometimes that even works for import.. On Sat, Jan 19, 2013 at 6:37 AM, Pascal Obry wrote: > > When importing images, if the lightable zoom is filling all the current > window the new images may be added without seeing them on screen

Re: [darktable-devel] ligtness blending & equalizer's global contrast

2013-01-18 Thread Ulrich Pegelow
Hi Florian, sooo, I checked your files and can confirm your findings. The first issue (off pixels) is obviously a bug. As you already wrote we are converting values from RGB to HSL and back. If the input is out of range, this leads to problems. In current git master I fixed the issue by clamping

Re: [darktable-devel] Bug when converting RAW to JPG in Linux Mint (very noisy images)

2013-01-18 Thread Nico Wöhrle
I kind of solved the problem now thanks to your denoising screencast, Pascal. I am aware, that raw pictures are RAW and not processed like the out of cam jpgs. But it my case the raw files, heavily denoised by darktable, were - after converting them to jpgs - much noisier than the ooc jpgs. Ok,

Re: [darktable-devel] mask implementation

2013-01-18 Thread AlicVB
hi, Le 18/01/2013 19:40, Ivan Tarozzi a écrit : > Thanks, now it works :) > > I done a quick test using monochrome plugin, and I noticed a problem > using 2 near circles. > > Here a detail of my image: > https://www.dropbox.com/s/49em9mj6p59pttn/mask2-problem01.jpg Yes, I'm aware of that. not very

[darktable-devel] xmp problems

2013-01-18 Thread David vincent-jones
Further to the tif.xmp problem here is a typical imported tif file along with the xmp file generated. https://www.dropbox.com/s/vvdlt4xsvd7lk5r/IMG_3542.tif https://www.dropbox.com/s/27gr544ab2si86t/IMG_3542.tif.xmp I have selected a file with a small xmp size but some files are really enormous

Re: [darktable-devel] mask implementation

2013-01-18 Thread Pascal Obry
Le 18/01/2013 19:40, Ivan Tarozzi a écrit : > But as general point of view: why use a vector mask instead of a bitmap > one? I mean a grey mask as in gimp or other software (I think LR also)... In fact no, LR records only points where the effect is to be applied. Strange, but working fine. > Is

Re: [darktable-devel] mask implementation

2013-01-18 Thread Ivan Tarozzi
Il 18/01/2013 18:11, AlicVB ha scritto: > Ooops... sorry for that. Fixed now. > thanks > Aldric Thanks, now it works :) I done a quick test using monochrome plugin, and I noticed a problem using 2 near circles. Here a detail of my image: https://www.dropbox.com/s/49em9mj6p59pttn/mask2-problem0

[darktable-devel] Importing needs feedback

2013-01-18 Thread Pascal Obry
When importing images, if the lightable zoom is filling all the current window the new images may be added without seeing them on screen. Without feedback we feel that the import failed or that nothing has happened... I'm proposing to add an on screen log with the actual number of images imported

Re: [darktable-devel] mask implementation

2013-01-18 Thread AlicVB
Ooops... sorry for that. Fixed now. thanks Aldric Le 18/01/2013 12:28, Ivan Tarozzi a écrit : > Il 17/01/2013 23:28, AlicVB ha scritto: >> Hi, >> the code is now on the main repo, branch "masks2" >> no big changes, except that xmp read/write is almost ok (still a little >> bug with double value, .

Re: [darktable-devel] Bug when converting RAW to JPG in Linux Mint (very noisy images)

2013-01-18 Thread Pascal de Bruijn
On Fri, Jan 18, 2013 at 1:06 AM, Nico Wöhrle wrote: > Thanks for the answers. > > @ Tobias: the images look noisy in every zoom level, also in 100%. > > What I don't get about the "it is the image viewer" thing. My camera > produced a RAW and a JPG file. The JPG processed from the RAW file (with >

Re: [darktable-devel] Strange colors in Darkroom

2013-01-18 Thread Pascal de Bruijn
On Fri, Jan 18, 2013 at 1:27 AM, Luiz Gustavo wrote: > Hi! > > That's right, it's version 1.1.2. :) > > I found the mistake this night. In "output color profile", "display > profile" I was using the system display profile (I'm using a custom > display ICC). Changing to sRGB made the image looks

[darktable-devel] gen-profile on OS X: fail

2013-01-18 Thread Moritz Moeller
I think this is because it calls sed which is the system's BSD sed which is different from GNU sed. Macports has a GNU sed (gsed) package and the executable's name is 'gsed'. After I installed gsed and moved /usr/bin/sed out of the way and symlinked that to /opt/local/bin/gsed, everything worked

Re: [darktable-devel] mask implementation

2013-01-18 Thread Ivan Tarozzi
Il 17/01/2013 23:28, AlicVB ha scritto: > Hi, > the code is now on the main repo, branch "masks2" > no big changes, except that xmp read/write is almost ok (still a little > bug with double value, ...) > > Feel free to test and comment. > > Aldric Hi Aldric, and thanks for your branch :) I'd like

Re: [darktable-devel] Bug when converting RAW to JPG in Linux Mint (very noisy images)

2013-01-18 Thread Tobias Ellinghaus
Am Freitag, 18. Januar 2013, 01:06:25 schrub Nico Wöhrle: > Thanks for the answers. > > @ Tobias: the images look noisy in every zoom level, also in 100%. In that case it's probably not the image viewer. Could you share one of those pictures with us so someone can have a look (probably not me, I