Re: [darktable-user] New lens --- where do I put the lensfun database entry?

2017-05-20 Thread junkyardsparkle
The variants apparently don't work, see:

 
https://github.com/lensfun/lensfun/commit/a48bc3afb87d72b48f176890e080a0b094d31b01#diff-50e22dbf0edf411c0bec00e9df83a7ae

But they shouldn't be needed in this case anyway.

Otherwise, not sure why that wouldn't work.


On Sat, May 20, 2017, at 12:24, Romano Giannetti wrote:
> Thanks... almost!
> 
> On 20/05/17 18:18, junkyardspar...@yepmail.net wrote:
> > For compact cameras, you also need to add the entry for the camera itself 
> > along with the lens:
> >
> >  
> >  Panasonic
> >  DMC-TZ100
> >  panasonicTZ100
> >  2.75
> >  
> >
> > Also, you might have to remove that 'version="2"' parameter to get 
> > darktable to load the file.
> >
> Ok, now I have the camera but not the lens ( 
> http://pix.toile-libre.org/?img=1495308076.png ) --- The second dropdown 
> is empty.
> I tried to add a  record to no avail.
> 
> Any further hint? Thanks!
> 
> Romano
> 
> My file is now:
> 
> 
>  
>  Panasonic
>  DMC-TZ100
>  panasonicTZ100
>  3:2
>  2.75
>  
>  
>  Leica
>  DMC-TZ100 & compatibles
>  fixed lens
>  festes Objektiv
>  panasonicTZ100
>  2.75
>  3:2
>  
>   b="-0.040959" c="-0.0636536"/>
>   b="-0.0535213" c="0.00920877"/>
>   b="-0.0124246" c="0"/>
>   b="-0.00155103" c="0"/>
>   b="0.00368039" c="0"/>
>   b="0.00140267" c="0"/>
>   b="0.00153697" c="0"/>
>   b="-0.000878659" c="0"/>
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
> 
> 
> 
> -- 
> Romano Giannetti
> http://www.rgtti.com/
> 
> 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] New lens --- where do I put the lensfun database entry?

2017-05-20 Thread Romano Giannetti

Thanks... almost!

On 20/05/17 18:18, junkyardspar...@yepmail.net wrote:

For compact cameras, you also need to add the entry for the camera itself along 
with the lens:

 
 Panasonic
 DMC-TZ100
 panasonicTZ100
 2.75
 

Also, you might have to remove that 'version="2"' parameter to get darktable to 
load the file.

Ok, now I have the camera but not the lens ( 
http://pix.toile-libre.org/?img=1495308076.png ) --- The second dropdown 
is empty.

I tried to add a  record to no avail.

Any further hint? Thanks!

Romano

My file is now:



Panasonic
DMC-TZ100
panasonicTZ100
3:2
2.75


Leica
DMC-TZ100 & compatibles
fixed lens
festes Objektiv
panasonicTZ100
2.75
3:2

b="-0.040959" c="-0.0636536"/>
b="-0.0535213" c="0.00920877"/>
b="-0.0124246" c="0"/>
b="-0.00155103" c="0"/>
b="0.00368039" c="0"/>
b="0.00140267" c="0"/>
b="0.00153697" c="0"/>
b="-0.000878659" c="0"/>














--
Romano Giannetti
http://www.rgtti.com/

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



Re: [darktable-user] New lens --- where do I put the lensfun database entry?

2017-05-20 Thread junkyardsparkle
For compact cameras, you also need to add the entry for the camera itself along 
with the lens:


Panasonic
DMC-TZ100
panasonicTZ100
2.75


Also, you might have to remove that 'version="2"' parameter to get darktable to 
load the file.



On Sat, May 20, 2017, at 05:59, Remco Viëtor wrote:
> On samedi 20 mai 2017 13:22:22 CEST Romano Giannetti wrote:
> > Hi all,
> > 
> >  I have a problem with DT 2.2.4 --- I have bought a new camera, and
> > trying to see if I like it --- a Panasonic TZ100. The lens is not in the
> > stock lensfun database yet, but I found the entry in the lensfun
> > database --- reported below hoping it's correct. Now, I tried to put it
> > in a file in ~/.local/share/lensfun/, the adding it directly to the main
> > file in /usr/share/lensfun/compact-panasonic.xml, but no matter what I
> > do, the lens is not shown in the list of available lenses.
> > 
> >  What am I doing wrong?
> > 
> > 
> > Romano
> > 
> > 
> > 
> > 
> >  
> >  Leica
> >  DMC-TZ100 & compatibles
> >  fixed lens
> >  festes Objektiv
> >  panasonicTZ100
> >  2.75
> >  3:2
> >  
> >   > b="-0.040959" c="-0.0636536"/>
> >   > b="-0.0535213" c="0.00920877"/>
> >   > b="-0.0124246" c="0"/>
> >   > b="-0.00155103" c="0"/>
> >   > b="0.00368039" c="0"/>
> >   > b="0.00140267" c="0"/>
> >   > b="0.00153697" c="0"/>
> >   > b="-0.000878659" c="0"/>
> >  
> >  
> >  
> >   > model="poly3" focal="23.7" vr="1.0004000" vb="0.000"/>  > model="poly3" focal="36.6" vr="1.000" vb="1.000"/>  > model="poly3" focal="54.8" vr="0.9997000" vb="1.000"/>  > model="poly3" focal="91" vr="0.9996000" vb="0.9995000"/> 
> >  
> > 
> > 
> You did close and restart Darktable after the addition? It's possible the 
> database is only read from file at start-up.
> 
> Remco
> 
> 
> 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



[darktable-user] Greetings and clarifications about styles usage

2017-05-20 Thread Journeyman

Hello everyone,

new Darktable user here. I've recently started shooting RAW with a great 
Sony RX100 and - as a longtime Linux user - I'm learning a 
bit-more-than-amateurish postprocessing.


I'm referencing the Darktable manual, which is great (thanks for the 
authors efforts), and I've joined the ml to ask a clarification about 
about how styles wotk in Darktable.


I have summarized my doubts in this bullet list:

* I notice that some sort of "default style" is applied automatically 
when a new collection is created (e.g. when I open a folder with 
Darktable). How is this default style defined? Currently it applies 
three transformations: sharpen, orientation and base curve.


* AFAICS in order to create an additional style to be only apllied when 
I want, I can do it from Lighttable: my style should only contains the 
*additional* transformation steps I need besides these defaults that are 
automagically applied.


* How to completely wipe out any transformation style applied to a 
collection/image?
Apparently removing the XMP file is not enough, I need to completely 
remove the collection? As specified here:

http://www.darktable.org/usermanual/ch02s03s02.html.php#d0e2501

Thanks to anyone providing more insight on this.

Darktable really shines in the landscape of FOSS software!

Regards,

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



Re: [darktable-user] New lens --- where do I put the lensfun database entry?

2017-05-20 Thread Remco Viëtor
On samedi 20 mai 2017 13:22:22 CEST Romano Giannetti wrote:
> Hi all,
> 
>  I have a problem with DT 2.2.4 --- I have bought a new camera, and
> trying to see if I like it --- a Panasonic TZ100. The lens is not in the
> stock lensfun database yet, but I found the entry in the lensfun
> database --- reported below hoping it's correct. Now, I tried to put it
> in a file in ~/.local/share/lensfun/, the adding it directly to the main
> file in /usr/share/lensfun/compact-panasonic.xml, but no matter what I
> do, the lens is not shown in the list of available lenses.
> 
>  What am I doing wrong?
> 
> 
> Romano
> 
> 
> 
> 
>  
>  Leica
>  DMC-TZ100 & compatibles
>  fixed lens
>  festes Objektiv
>  panasonicTZ100
>  2.75
>  3:2
>  
>   b="-0.040959" c="-0.0636536"/>
>   b="-0.0535213" c="0.00920877"/>
>   b="-0.0124246" c="0"/>
>   b="-0.00155103" c="0"/>
>   b="0.00368039" c="0"/>
>   b="0.00140267" c="0"/>
>   b="0.00153697" c="0"/>
>   b="-0.000878659" c="0"/>
>  
>  
>  
>   model="poly3" focal="23.7" vr="1.0004000" vb="0.000"/>  model="poly3" focal="36.6" vr="1.000" vb="1.000"/>  model="poly3" focal="54.8" vr="0.9997000" vb="1.000"/>  model="poly3" focal="91" vr="0.9996000" vb="0.9995000"/> 
>  
> 
> 
You did close and restart Darktable after the addition? It's possible the 
database is only read from file at start-up.

Remco


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



Re: [darktable-user] Canon CR2 colour cast problem with multiple exposures at ISO 50

2017-05-20 Thread Roman Lebedev
On Sat, May 20, 2017 at 3:31 PM, Swee Oon  wrote:
> Thanks to all the people who tested out my problem CR2 raw file. It seems
> likely that Canon has written the white balance into the exif for such
> multiple-exposure files in such a way that darktable stumbles when reading
> it.
Yes and no. I believe when the "White balance correction" setting is enabled
on that (and some other?) camera, canon decided to bake the whitebalance
directly into the raw data. And the white balance is still there. So we end up
applying it twice...

Swee, could you please take some other raw image with the same settings
(monochrome, wb corrected), check that it exhibits the same problem, and
upload it to https://raw.pixls.us/ (do read what it should {, not}
contain first please)?
Then there is higher chance of the problem being eventually fixed :)

https://github.com/darktable-org/rawspeed/issues/102

> I have had no problems with single-exposure CR2 raw files in darktable.
> Looks like I can put off upgrading my linux OS until later. :-)
Your choice, but 2.0.x is old and unsupported :)

> Swee
Roman.

> On 20/05/17 20:13, Gys van Zyl wrote:
>
> Same issue with darktable 2.2.4. Preview looks OK until opening the photo in
> darkroom. Turning off the white balance module makes it look OK again, or in
> white balance module, pushing the tint up all the way to 1.5.
>
> On Sat, May 20, 2017 at 9:32 AM, Swee Oon  wrote:
>>
>> On 20/05/17 02:31, Roman Lebedev wrote:
>>
>> On Fri, May 19, 2017 at 6:16 PM, Swee Oon  wrote:
>>
>> I am having this strange problem with darktable and my Canon EOS 6D. Below
>> is a description of the problem.
>>
>> Which darktable version?
>>
>> The problem is either the wrong white balance being read (is that RAW
>> HDR?),
>> or wrong black/white levels being read.
>>
>> I'm using darktable 2.0.7, and it doesn't look like I can get any other
>> later version because my linux mint 17.3 is based on ubuntu 14.04. I'll have
>> to upgrade to linux mint 18.1 to get any later darktable updates from the
>> pmjdebruijn ppa.
>>
>> My Canon 6D does not support raw HDR. The file is just a normal CR2 raw
>> file, with multiple exposures on it. It's possible that the multiple
>> "averaged" exposures is screwing up the white balance data, but then why
>> does the jpeg preview look OK? Strangely enough, my google drive preview of
>> the file also shows a magenta cast.
>>
>> Before I go into the hassle of installing a new linux mint OS to use the
>> latest darktable version, can someone confirm that this is not an issue with
>> darktable's reading of the file? Here is a link to one of the problem files:
>> 
>>
>> Thanks so much.
>
>
>
> 
> 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] Canon CR2 colour cast problem with multiple exposures at ISO 50

2017-05-20 Thread Swee Oon
Thanks to all the people who tested out my problem CR2 raw file. It 
seems likely that Canon has written the white balance into the exif for 
such multiple-exposure files in such a way that darktable stumbles when 
reading it. I have had no problems with single-exposure CR2 raw files in 
darktable. Looks like I can put off upgrading my linux OS until later. :-)


Swee

On 20/05/17 20:13, Gys van Zyl wrote:
Same issue with darktable 2.2.4. Preview looks OK until opening the 
photo in darkroom. Turning off the white balance module makes it look 
OK again, or in white balance module, pushing the tint up all the way 
to 1.5.


On Sat, May 20, 2017 at 9:32 AM, Swee Oon > wrote:


On 20/05/17 02:31, Roman Lebedev wrote:

On Fri, May 19, 2017 at 6:16 PM, Swee Oon 
  wrote:

I am having this strange problem with darktable and my Canon EOS 6D. Below
is a description of the problem.

Which darktable version?

The problem is either the wrong white balance being read (is that RAW HDR?),
or wrong black/white levels being read.

I'm using darktable 2.0.7, and it doesn't look like I can get any
other later version because my linux mint 17.3 is based on ubuntu
14.04. I'll have to upgrade to linux mint 18.1 to get any later
darktable updates from the pmjdebruijn ppa.

My Canon 6D does not support raw HDR. The file is just a normal
CR2 raw file, with multiple exposures on it. It's possible that
the multiple "averaged" exposures is screwing up the white balance
data, but then why does the jpeg preview look OK? Strangely
enough, my google drive preview of the file also shows a magenta cast.

Before I go into the hassle of installing a new linux mint OS to
use the latest darktable version, can someone confirm that this is
not an issue with darktable's reading of the file? Here is a link
to one of the problem files:





Thanks so much.





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

Re: [darktable-user] Canon CR2 colour cast problem with multiple exposures at ISO 50

2017-05-20 Thread Koos Pol

I've run a few checks on openSUSE 42.2. And I made a few funny discoveries:

1. In DT, if I turn the white balance module off, the picture looks very 
much ok.

2. Gwenview shows the picture ok by default.
3. Kolourpaint shows the picture ok by default.
 4. Gimp shows the picture ok by default.

The bottom 3 possible use the same libraries to read the CR2 file. But 
that's just a possibility.


There is definitely a white balance problem. But finding out where it  
is


Koos

Op 20-05-17 om 12:13 schreef Gys van Zyl:
Same issue with darktable 2.2.4. Preview looks OK until opening the 
photo in darkroom. Turning off the white balance module makes it look 
OK again, or in white balance module, pushing the tint up all the way 
to 1.5.


On Sat, May 20, 2017 at 9:32 AM, Swee Oon > wrote:


On 20/05/17 02:31, Roman Lebedev wrote:

On Fri, May 19, 2017 at 6:16 PM, Swee Oon 
  wrote:

I am having this strange problem with darktable and my Canon EOS 6D. Below
is a description of the problem.

Which darktable version?

The problem is either the wrong white balance being read (is that RAW HDR?),
or wrong black/white levels being read.

I'm using darktable 2.0.7, and it doesn't look like I can get any
other later version because my linux mint 17.3 is based on ubuntu
14.04. I'll have to upgrade to linux mint 18.1 to get any later
darktable updates from the pmjdebruijn ppa.

My Canon 6D does not support raw HDR. The file is just a normal
CR2 raw file, with multiple exposures on it. It's possible that
the multiple "averaged" exposures is screwing up the white balance
data, but then why does the jpeg preview look OK? Strangely
enough, my google drive preview of the file also shows a magenta cast.

Before I go into the hassle of installing a new linux mint OS to
use the latest darktable version, can someone confirm that this is
not an issue with darktable's reading of the file? Here is a link
to one of the problem files:





Thanks so much.

Swee

I shot a photo with 9 multiple exposures (averaged) layered on the same
image using my Canon 6D at ISO 50 (camera's "L" setting). The preview was
fine when I viewed it on the back LCD screen of the camera.

The file imported OK into darkroom. The preview in the lighttable module
looked fine. However, when I go into the darkroom module, there is a strong
magenta cast over the photo. If I exit the darkroom module back into the
lighttable module, the preview image again looked fine. In order for
darktable's darkroom image of the file to look like the lighttable preview,
I had to turn off the white balance module inside the darkroom!



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




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

[darktable-user] New lens --- where do I put the lensfun database entry?

2017-05-20 Thread Romano Giannetti

Hi all,

I have a problem with DT 2.2.4 --- I have bought a new camera, and 
trying to see if I like it --- a Panasonic TZ100. The lens is not in the 
stock lensfun database yet, but I found the entry in the lensfun 
database --- reported below hoping it's correct. Now, I tried to put it 
in a file in ~/.local/share/lensfun/, the adding it directly to the main 
file in /usr/share/lensfun/compact-panasonic.xml, but no matter what I 
do, the lens is not shown in the list of available lenses.


What am I doing wrong?


Romano





Leica
DMC-TZ100 & compatibles
fixed lens
festes Objektiv
panasonicTZ100
2.75
3:2

b="-0.040959" c="-0.0636536"/>
b="-0.0535213" c="0.00920877"/>
b="-0.0124246" c="0"/>
b="-0.00155103" c="0"/>
b="0.00368039" c="0"/>
b="0.00140267" c="0"/>
b="0.00153697" c="0"/>
b="-0.000878659" c="0"/>














--
Romano Giannetti
 http://www.rgtti.com/


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



Re: [darktable-user] Canon CR2 colour cast problem with multiple exposures at ISO 50

2017-05-20 Thread Gys van Zyl
Same issue with darktable 2.2.4. Preview looks OK until opening the photo
in darkroom. Turning off the white balance module makes it look OK again,
or in white balance module, pushing the tint up all the way to 1.5.

On Sat, May 20, 2017 at 9:32 AM, Swee Oon  wrote:

> On 20/05/17 02:31, Roman Lebedev wrote:
>
> On Fri, May 19, 2017 at 6:16 PM, Swee Oon  
>  wrote:
>
> I am having this strange problem with darktable and my Canon EOS 6D. Below
> is a description of the problem.
>
> Which darktable version?
>
> The problem is either the wrong white balance being read (is that RAW HDR?),
> or wrong black/white levels being read.
>
> I'm using darktable 2.0.7, and it doesn't look like I can get any other
> later version because my linux mint 17.3 is based on ubuntu 14.04. I'll
> have to upgrade to linux mint 18.1 to get any later darktable updates from
> the pmjdebruijn ppa.
>
> My Canon 6D does not support raw HDR. The file is just a normal CR2 raw
> file, with multiple exposures on it. It's possible that the multiple
> "averaged" exposures is screwing up the white balance data, but then why
> does the jpeg preview look OK? Strangely enough, my google drive preview of
> the file also shows a magenta cast.
>
> Before I go into the hassle of installing a new linux mint OS to use the
> latest darktable version, can someone confirm that this is not an issue
> with darktable's reading of the file? Here is a link to one of the problem
> files:  7tXiNXl4VXB6NWxQNFU/view?usp=sharing>
> 
>
> Thanks so much.
>
> Swee
>
> I shot a photo with 9 multiple exposures (averaged) layered on the same
> image using my Canon 6D at ISO 50 (camera's "L" setting). The preview was
> fine when I viewed it on the back LCD screen of the camera.
>
> The file imported OK into darkroom. The preview in the lighttable module
> looked fine. However, when I go into the darkroom module, there is a strong
> magenta cast over the photo. If I exit the darkroom module back into the
> lighttable module, the preview image again looked fine. In order for
> darktable's darkroom image of the file to look like the lighttable preview,
> I had to turn off the white balance module inside the darkroom!
>
>
> 
> 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