Re: [darktable-devel] Automated lens LCA profiling...

2013-03-31 Thread Torsten Bronger
Hallöchen! Daniel J Blueman writes: > In my thesis a while back [1], I developed a strong algorithm and > tool [2] to automatically generate LCA correction data from an > image. These correction values hold for the given set of lens > parameters usually encoded in the image's EXIF fields. I appr

Re: [darktable-devel] crash with last denoiseprofile change

2013-03-31 Thread Dennis Gnad
Ok, I am sorry, I see the problem, but can't offer a solution that doesn't reduce functionality again, I don't know if this is an error somewhere else in darktable or by design: The issue is that "legacy_params" gets a dt_iop_module_t* self pointer but can not (or not always, I thought I had teste

[darktable-devel] crash with last denoiseprofile change

2013-03-31 Thread Pascal Obry
This is the culprit: 0a78638e The problem is that in legacy_params() we call: > dt_noiseprofile_t interpolated = dt_iop_denoiseprofile_get_auto_profile(self); which in turns use self->dev->image_storage, but image_storage is not initialized at the time legacy_params() is called. This crash dt.

Re: [darktable-devel] Automated lens LCA profiling...

2013-03-31 Thread Dennis Gnad
Daniel, I am not one of the main devs, but I personally would really like to have better possibilities for CA correction overall. You have seen that there is also the "Auto CA correction"? It was ported from rawtherapee [1]. As far as I understood it corrects TCA only, and does so by scaling color

Re: [darktable-devel] Automated lens LCA profiling...

2013-03-31 Thread Daniel J Blueman
On 31 March 2013 16:48, Daniel J Blueman wrote: > In my thesis a while back [1], I developed a strong algorithm and tool > [2] to automatically generate LCA correction data from an image. These > correction values hold for the given set of lens parameters usually > encoded in the image's EXIF fiel

Re: [darktable-devel] Canon 1Dmk4 profiles

2013-03-31 Thread johannes hanika
hey, the pictures aren't very out of focus but the data looks perfectly fine. pushed to master, thanks for profiling! -jo On Mon, Apr 1, 2013 at 3:02 AM, Rene Weiss wrote: > Hi > > I created some noise profiles for my Canon 1Dmk4: > > http://dl.dropbox.com/u/21975173/dt-n

[darktable-devel] Canon 1Dmk4 profiles

2013-03-31 Thread Rene Weiss
Hi I created some noise profiles for my Canon 1Dmk4: http://dl.dropbox.com/u/21975173/dt-noiseprofile-20130331.tar.gz This was my first try to create profiles, so please check the files if I have made any mistakes. -- Kind regards, Rene Weiss

Re: [darktable-devel] graduated density broken

2013-03-31 Thread AlicVB
oh oh, my bad here... I just had a quick look. this shouldn't be too hard to solve for most cases, by restricting the line to the visible area, but there is some cases way more problematics : if the handles and the lines are outside the visible area (gnd is before crop in the pipe, so it can ha

Re: [darktable-devel] wanted: proof-reader for usermanual

2013-03-31 Thread Togan Muftuoglu
On 03/27/2013 07:30 PM, Ulrich Pegelow wrote: > Am 27.03.2013 19:24, schrieb Togan Muftuoglu: >> >> I will have a look during the weekend, is there a specific image file >> you want on the cover page, or better what kind of information you want >> on the cover page with which image > > Cool, that'

Re: [darktable-devel] graduated density broken

2013-03-31 Thread Jose Carlos Garcia Sogo
The bad thing is that I noticed that one day I was processing images, and then forgot again about it El domingo, 31 de marzo de 2013, Alexandre Prokoudine escribió: > Hi, > > Not sure if you noticed, but graduated density interaction is utterly > broken. > > Try cropping a photo, then applying th

[darktable-devel] Automated lens LCA profiling...

2013-03-31 Thread Daniel J Blueman
In my thesis a while back [1], I developed a strong algorithm and tool [2] to automatically generate LCA correction data from an image. These correction values hold for the given set of lens parameters usually encoded in the image's EXIF fields. I wanted feedback onsome ideas to bring this tool to