Re: [darktable-user] Is it possible to configure "alias lenses"

2017-06-13 Thread Hans Vanpee
I think I can adapt the script to write to the sidecar file (I am using
exiftool or exiv2, don't remember right now).

Le mar. 13 juin 2017 à 21:53, Tobias Ellinghaus  a écrit :

> Am Dienstag, 13. Juni 2017, 19:13:36 CEST schrieb Hans Vanpee:
> > Exactly, but, as you can see not everybody likes to modify raw files. I
> see
> > it as a way to complete the EXIF info where my camera doesn't record the
> > details I want.
>
> You missed the point: putting the exif data into the XMP sidecar doesn't
> alter
> the raw image file while still "overwriting" the values in darktable since
> the
> sidecar has higher priority than the image.
>
> Tobias
>
> > Le mar. 13 juin 2017 à 18:55, Guillermo Rozas  a
> >
> > écrit :
> > > Great! That would override any EXIF value on the RAW file itself?
> > >
> > >> > exiv2 -M "reg exifEX http://cipa.jp/exif/1.0/"; -M "set
> > >>
> > >> Xmp.exifEX.LensModel XmpText Sigma 24-60mm f/2.8 EX DG"
> IMG123.RAW.xmp
> > >> or
> > >>
> > >> > exiftool -LensModel="Sigma 24-60mm f/2.8 EX DG" IMG123.RAW.xmp
> > >>
> > >> do note ".XMP" 'extension'
> > >
> > >
> __
> > > __ 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



Re: [darktable-user] Is it possible to configure "alias lenses"

2017-06-13 Thread Hans Vanpee
Exactly, but, as you can see not everybody likes to modify raw files. I see
it as a way to complete the EXIF info where my camera doesn't record the
details I want.

Le mar. 13 juin 2017 à 18:55, Guillermo Rozas  a
écrit :

> Great! That would override any EXIF value on the RAW file itself?
>
>
>
>> > exiv2 -M "reg exifEX http://cipa.jp/exif/1.0/"; -M "set
>> Xmp.exifEX.LensModel XmpText Sigma 24-60mm f/2.8 EX DG"  IMG123.RAW.xmp
>> or
>> > exiftool -LensModel="Sigma 24-60mm f/2.8 EX DG" IMG123.RAW.xmp
>> do note ".XMP" 'extension'
>>
>>
> 
> 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] Is it possible to configure "alias lenses"

2017-06-13 Thread Hans Vanpee
I won't be home before Friday, Ilol send you the file this weekend.

Le mar. 13 juin 2017 à 14:57, Maurizio Paglia  a écrit :

> I am interested!
> I have a Tamron lens not correctly recognized.
> Thank you,
> Maurizio
>
> 2017-06-13 13:18 GMT+02:00 Hans Vanpee :
>
>> I have a script that injects the lens make and model for my manual lenses
>> (for Nikon but can be adapted if needed) in the raw files on import. If
>> you're interested I can share it with you.
>>
>> Le mar. 13 juin 2017 à 08:26,  a écrit :
>>
>>>
>>>
>>> On Tue, May 30, 2017, at 12:58, Tobias Ellinghaus wrote:
>>>
>>> > - https://houz.org/posts/2016/10/07/using-a-samyang-14mm-in-darktable/
>>> > describes how to change the metadata dt sees for images. Quite a dirty
>>> hack.
>>>
>>> I'm using a similar, even dirtier hack for setting the lens field for
>>> "dumb" lenses adapted to my Micro Four Thirds camera, by setting the
>>> "creator" field in the camera to a single digit number corresponding to
>>> each lens. It works, but what would be even better would be if I could
>>> check the "XResolution" field with LUA, since changing that is much more
>>> convenient in my camera... ;)  I suppose there isn't any chance of adding
>>> more EXIF-checking capability to the LUA API?
>>>
>>> --
>>> jys
>>>
>>> 
>>> 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



Re: [darktable-user] Is it possible to configure "alias lenses"

2017-06-13 Thread Hans Vanpee
I know, I just want to have some info in my files that my camera doesn't
record.

Le mar. 13 juin 2017 à 15:04, Tobias Ellinghaus  a écrit :

> Am Dienstag, 13. Juni 2017, 11:18:08 CEST schrieb Hans Vanpee:
> > I have a script that injects the lens make and model for my manual lenses
> > (for Nikon but can be adapted if needed) in the raw files on import. If
> > you're interested I can share it with you.
>
> The 11th commandment is
>
>Thou shalt not edit raw files
>
> Better remember that!
>
> > Le mar. 13 juin 2017 à 08:26,  a écrit :
> > > On Tue, May 30, 2017, at 12:58, Tobias Ellinghaus wrote:
> > > > -
> https://houz.org/posts/2016/10/07/using-a-samyang-14mm-in-darktable/
> > > > describes how to change the metadata dt sees for images. Quite a
> dirty
> > >
> > > hack.
> > >
> > > I'm using a similar, even dirtier hack for setting the lens field for
> > > "dumb" lenses adapted to my Micro Four Thirds camera, by setting the
> > > "creator" field in the camera to a single digit number corresponding to
> > > each lens. It works, but what would be even better would be if I could
> > > check the "XResolution" field with LUA, since changing that is much
> more
> > > convenient in my camera... ;)  I suppose there isn't any chance of
> adding
> > > more EXIF-checking capability to the LUA API?
> > >
> > > --
> > > jys
> > >
> > >
> __
> > > __ 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



Re: [darktable-user] Is it possible to configure "alias lenses"

2017-06-13 Thread Hans Vanpee
I have a script that injects the lens make and model for my manual lenses
(for Nikon but can be adapted if needed) in the raw files on import. If
you're interested I can share it with you.

Le mar. 13 juin 2017 à 08:26,  a écrit :

>
>
> On Tue, May 30, 2017, at 12:58, Tobias Ellinghaus wrote:
>
> > - https://houz.org/posts/2016/10/07/using-a-samyang-14mm-in-darktable/
> > describes how to change the metadata dt sees for images. Quite a dirty
> hack.
>
> I'm using a similar, even dirtier hack for setting the lens field for
> "dumb" lenses adapted to my Micro Four Thirds camera, by setting the
> "creator" field in the camera to a single digit number corresponding to
> each lens. It works, but what would be even better would be if I could
> check the "XResolution" field with LUA, since changing that is much more
> convenient in my camera... ;)  I suppose there isn't any chance of adding
> more EXIF-checking capability to the LUA API?
>
> --
> jys
>
> 
> 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] Export image: "unsupported output profile"

2017-04-20 Thread Hans Vanpee
It is a CMYK profile. Thanks for the info.

Op do 20 apr. 2017 om 17:36 schreef Tobias Ellinghaus :

> Am Donnerstag, 20. April 2017, 15:13:20 CEST schrieb Hans Vanpee:
> > I am trying to prepare an image for an online print service and I want to
> > export it with the (downloaded) icc-profile for the type of print I'd
> like
> > to order. The profile is stored under ~/.config/darktable/color/out/
> > (Fedora 25). I can select it under "output" in the "Export selected"
> panel.
> > When I start the export I get a message saying "unsupported output
> profile
> > has been replaced by sRGB". I tried importing the profile in Gnome but it
> > still doesn't work. Is there anything else I need to do?
> > I am using darktable version 2.3.0+561~g8bb04fd.
> >
> > Thanks in advance,
>
> What kind of profile is that? CMYK by any chance? Those are not supported
> for
> input/output.
>
> > Hans
>
> Tobias


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

[darktable-user] Export image: "unsupported output profile"

2017-04-20 Thread Hans Vanpee
I am trying to prepare an image for an online print service and I want to
export it with the (downloaded) icc-profile for the type of print I'd like
to order. The profile is stored under ~/.config/darktable/color/out/
(Fedora 25). I can select it under "output" in the "Export selected" panel.
When I start the export I get a message saying "unsupported output profile
has been replaced by sRGB". I tried importing the profile in Gnome but it
still doesn't work. Is there anything else I need to do?
I am using darktable version 2.3.0+561~g8bb04fd.

Thanks in advance,

Hans


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

Re: [darktable-user] Basecurve question

2017-04-10 Thread Hans Vanpee
Hi Terry,

I still see the basecurve module in the master branch (pulled and compiled
this morning). Are you sure you have it enabled under "more modules"?

Op ma 10 apr. 2017 om 12:23 schreef Terry Duell :

> Hello All,
> I've been running builds of the current git master for a while now, and
> have just noticed that things have changed.
> I don't see a basecurve module anymore and neither can I find one in the
> presets.
> Is there any way now of controlling the basecurve that is applied or
> finding out what that is?
>
> Cheers,
> --
> Regards,
> Terry Duell
>
> 
> 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] Nikon D750 support?

2017-01-30 Thread Hans Vanpee
This is a high contrast picture. When you open the levels module in
darkroom view and move the middle slider to the left you will get a
brighter picture. I don't know if you have some auto-levels feature
activated in Lightroom but you can get +/- the same result in darktable.

Op ma 30 jan. 2017 om 20:14 schreef Jani Kajala :

> > Is the basecurve module activated? What does it look like?
>
> Changing the base curve from "Nikon like" to "Nikon D750" definitely
> improved results even if the pic is still duller than Lightroom default and
> out-of-the-camera JPG, below a new comparison:
>
> https://www.kajala.com/cmp2.png
>
> So top left Lightroom, top right Darktable with "Nikon D750" base curve,
> bottom left "Nikon like" base curve in Darktable and bottom right original
> JPG straight from camera.
>
> The results are directly from Darktable screenshot, I have not exported
> anything yet.
>
> Thanks for your reply!
>
>
> Jani
>
>
> On Mon, Jan 30, 2017 at 3:20 AM, Matthieu Moy <
> matthieu@grenoble-inp.fr> wrote:
>
> Jani Kajala  writes:
>
> > I have problem that the imported NEFs look dull by default. See
> > comparison:
> >
> > https://www.kajala.com/cmp.png
>
> Is the basecurve module activated? What does it look like?
>
> Is the dull-ness only visible after export, or do you see it from dt
> too?
>
> > Also, D750 profile is not listed in "Lens correction" module (D700 and
> > D800 are in the list but not D750).
>
> The only relevant parameter about the camera is the crop factor. You can
> select any camera with the same crop factor, and you can even create an
> entry in the lensfun database (darktable itself doesn't really know
> about lens correction, it calls the lensfun library who does all the
> work):
>
> http://lensfun.sourceforge.net/manual/addcamera.html
> http://lensfun.sourceforge.net/manual/dbsearch.html
> (=> you can create an xml file in ~/.local/share/lensfun)
>
> Good news is: D750 is already supported by lensfun in the latest version
> of lensfun, so another option is to upgrade lensfun or wait for your
> distro to update it for you.
>
> --
> Matthieu Moy
> http://www-verimag.imag.fr/~moy/
>
>
>
> 
> darktable user mailing list to unsubscribe send a mail to
> darktable-user+unsubscr...@lists.darktable.org
>
-- 
Hans Vanpée
https://vanpee.fr






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



Re: [darktable-user] Nikon D750 support?

2017-01-30 Thread Hans Vanpee
Hi Jani,

Darktable works perfectly fine with the D750 files. I usually change the
base curve to the "Nikon D750" preset to get some more pop. The default
"nikon like" is rather dark.
Not all lenses are available in the lensfun database but it is possible to
add them yourself if needed.

Hans

Op ma 30 jan. 2017 om 07:14 schreef Jani Kajala :

> Hi,
>
> I'm currently testing Darktable 2.2.2 on Ubuntu 16.04. Camera is Nikon
> D750 and lens Nikon 24-70/2.8. Default settings out of the box.
>
> I have problem that the imported NEFs look dull by default. See comparison:
>
> https://www.kajala.com/cmp.png
>
> Top center: NEF imported to Lightroom
> Bottom left: NEF imported to Darktable
> Bottom right: JPG straight from Camera
>
> Also, D750 profile is not listed in "Lens correction" module (D700 and
> D800 are in the list but not D750).
>
> Suggestions?
>
>
> Thanks,
> Jani
>
>
> 
> darktable user mailing list to unsubscribe send a mail to
> darktable-user+unsubscr...@lists.darktable.org
>
-- 
Hans Vanpée
https://vanpee.fr






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



[darktable-user] Lighttable scrollbar width

2016-09-27 Thread Hans Vanpee
I have following problem with dt 2.1.0: the scrollbar in lighttable view is
so narrow that I can't even click on it. When trying to click on the
scrollbar dt just toggles the right pane on or off.

I tried altering the margin property in darktable.css but this only affects
the scrollbar in the right pane itself, not the one that allows scrolling
through the list of images (the comment "this makes scroll bars super wide"
gave me false hope).

I am using Fedora 24 with gnome shell 3.20.4. All other applications have
normal scrollbars. I tried different themes to no avail.

Is there a way to modify this scrollbar width?
-- 
Hans


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