Re: [darktable-user] Can't find module Lens Correction

2018-04-19 Thread André Felipe Carvalho
2018-04-19 0:49 GMT-03:00 Patrick Shanahan :

> * André Felipe Carvalho  [04-18-18 19:44]:
> > First, I really am thankful for all the help received. The "problem" was
> > solved.
>
> but you do not mention the solution, which was?
>
> --
>


Sorry, I thought I did.
The solution was the one suggested by Jean-Luc Coulon:

Hi,
If it doesnt find the lib, check the following:
in /etc/ld.so.conf (and/or the subdirectory /etc/ld/so/conf.d), check if
there is a .conf file with a line like this:
/usr/local/lib

*Then run as root: ldconfig*

This with set the path / cache for the dynamic loader.


Best regards,
André


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



Re: [darktable-user] Can't find module Lens Correction

2018-04-18 Thread André Felipe Carvalho
First, I really am thankful for all the help received. The "problem" was
solved.

Now, some thoughts about the "world we live in":

Am I to read the manual ? "man ldconfig", "man ldd"?
Just to install something that should have already did the trick (lensfun
installation. the problem here was not about dt directly), since I
installed it with sudo ?

That's Linux. That's the world we live in. One must know about everything,
must compile things, must deal with compilations and installations of
libraries and installations of installations of libraries ;-)) Don't get me
wrong, I'm not pissed of ;-) I'm just thinking about how Linux is still
hundred years behind the common user. My mom, for instance. Linux is for
the braves.

And, for being Linux, nothing really works as it should in every flavour it
has. For instance, the ldd command did not work as expected in the case of
Patrick Shaman. And he must be much more expert than me in Linux ;-)) You
see? Happens with everyone. And we have to deal with it, since it's a world
we seems to be building together while it spins.

I'm a programmer, also. Java, wicket, html, that kind of stuff. And a linux
fan and even more of dt. But ... sometimes... it's so hard to live in this
world...

Best regards, and thanks again!
André
(off topic: I'm dealing with making a TP-Link dongle 5ghz to work in my
linux machine. At windows, it was a breese)



2018-04-18 11:29 GMT-03:00 Patrick Shanahan :

> * Remco Viëtor  [04-18-18 08:41]:
> > On mercredi 18 avril 2018 14:03:03 CEST Patrick Shanahan wrote:
> > > * Remco Viëtor  [04-18-18 01:48]:
> > > > On mercredi 18 avril 2018 05:40:28 CEST junkyardspar...@yepmail.net
> wrote:
> > > > > On Tue, Apr 17, 2018, at 18:45, André Felipe Carvalho wrote:
> > > > > > I think I need to symlink the library to someplace dt expects.
> But...
> > > > > > why
> > > > > > does it find the library at compilation time, but not when
> executing?
> > > > >
> > > > > Are you sure /usr/local/lib is the right place to be installing on
> your
> > > > > system, as opposed to, say, /usr/lib64?
> > > >
> > > > Yes, /usr/local/lib is the usual place for locally installed
> libraries.
> > > > /usr/lib64 is supposed to hold the libraries installed by your
> > > > distribution. And at least on my system, /usr/local/lib and
> > > > /usr/local/lib64 are searched by default when loading dynamic
> libraries.
> > > >
> > > > Perhaps it's a permission problem? On my system, all libraries are
> marked
> > > > as executable, so OP might need to do a
> > > >
> > > >"sudo chmod a+x /usr/local/lib/liblensfun.so*"
> > >
> > > why not just look at where the system is looking for dt's libs:
> > >   #> ldd /usr/bin/darktable
> > >
> > > or #> ldd 
> > >
> > > then put the lib's in the appropriate place
> > >
> > > strongly suggest reading "man ldd"
> > Small problem with using ldd:
> > on my system (where Darktable works with the lensfun database enabled)
> > "ldd /usr/bin/darktable | grep -i lens " returns exactly *nothing*.
>
> I don't know.  on my openSUSE Tumbleweed system using darix' build,
>   /usr/lib64/darktable/plugins/liblens.so
>
> and there is no /usr/lib/darktable but there is /usr/lib64/darktable.  and
> dt was NOT installed by my distro, I installed it, and it did not go into
> /usr/lib/...
>
>
>
> --
> (paka)Patrick Shanahan   Plainfield, Indiana, USA  @ptilopteri
> http://en.opensuse.orgopenSUSE Community Memberfacebook/ptilopteri
> Registered Linux User #207535@ http://linuxcounter.net
> Photos: http://wahoo.no-ip.org/piwigo   paka @ IRCnet freenode
> 
> 
> darktable user mailing list
> to unsubscribe send a mail to darktable-user+unsubscribe@
> lists.darktable.org
>
>


-- 
André Felipe

https://www.flickr.com/photos/andrefelipecarvalho/


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



Re: [darktable-user] Can't find module Lens Correction

2018-04-17 Thread André Felipe Carvalho
piling /usr/local/lib/python3.5/dist-packages/lensfun/__init__.py
to __init__.cpython-35.pyc
running install_egg_info
Removing /usr/local/lib/python3.5/dist-packages/lensfun-0.3.2-py3.5.egg-info
Writing /usr/local/lib/python3.5/dist-packages/lensfun-0.3.2-py3.5.egg-info

But darktable still cant see the lensfun libraries...

andre@andre-Inspiron-7520:~/compilar/lensfun-0.3.2/cmake_build$ darktable
(darktable:10643): Gtk-WARNING **: Theme directory  of theme oxygen has no
size field
[*iop_load_module] failed to open operation `lens': liblensfun.so.1*: Não é
possivel abrir arquivo de objetos compartilhado: Arquivo ou diretório não
encontrado
(darktable:10643): Gtk-WARNING **: Theme directory  of theme oxygen has no
size field
andre@andre-Inspiron-7520:~/compilar/lensfun-0.3.2/cmake_build$

I think I need to symlink the library to someplace dt expects. But... why
does it find the library at compilation time, but not when executing?

Thank you again,
André Felipe




2018-04-17 9:56 GMT-03:00 Remco Viëtor :

> On mardi 17 avril 2018 12:56:37 CEST André Felipe Carvalho wrote:
> > Here's the output of lensfun "make install":
> > andre@andre-Inspiron-7520:~/compilar/lensfun-0.3.2/cmake_build$ sudo
> make
> > install
> > [ 43%] Built target lensfun
> > [ 50%] Built target test_modifier_color
> > [ 56%] Built target test_modifier
> > [ 62%] Built target test_database
> > [ 68%] Built target test_modifier_subpix
> > [ 75%] Built target test_modifier_coord_scale
> > [ 81%] Built target test_modifier_coord_distortion
> > [ 87%] Built target test_modifier_coord_geometry
> > [ 96%] Built target lenstool
> > [100%] Built target python-package
> > Install the project...
> > -- Install configuration: "Debug"
> > -- Installing: /usr/local/include/lensfun/lensfun.h
> > -- Up-to-date: /usr/local/share/lensfun/version_1/slr-pentax.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/mil-canon.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/actioncams.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/slr-nikon.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/contax.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/compact-canon.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/mil-fujifilm.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/compact-kodak.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/slr-tamron.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/generic.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/compact-fujifilm.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/slr-samsung.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/slr-ussr.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/mil-samsung.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/compact-casio.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/slr-sigma.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/compact-sigma.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/mil-pentax.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/mil-panasonic.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/compact-panasonic.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/6x6.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/slr-zeiss.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/mil-nikon.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/compact-leica.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/slr-vivitar.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/mil-zeiss.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/slr-schneider.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/compact-olympus.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/compact-sony.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/slr-panasonic.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/slr-soligor.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/slr-samyang.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/slr-canon.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/compact-ricoh.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/mil-tamron.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/compact-konica-
> minolta.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/mil-sony.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/compact-pentax.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/slr-leica.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/compact-samsung.xml
> > -- Up-to-date: /usr/local/

Re: [darktable-user] Can't find module Lens Correction

2018-04-17 Thread André Felipe Carvalho
0.3.2-py3.5.egg-info



2018-04-17 6:18 GMT-03:00 André Felipe Carvalho 
:

>
> Hello Tobias!
> Thank you for your time!
> Yes, you're right. Dt can't find liblensfun.so.1 
>
> How can I fix it ?
>
> andre@andre-Inspiron-7520:~/compilar/lensfun-0.3.2$ darktable
> (darktable:2529): Gtk-WARNING **: Theme directory  of theme oxygen has no
> size field
> [iop_load_module] *failed to open operation `lens': liblensfun.so.1*: Não
> é possivel abrir arquivo de objetos compartilhado: Arquivo ou diretório não
> encontrado
> (darktable:2529): Gtk-WARNING **: Theme directory  of theme oxygen has no
> size field
> wait time 0,204616s
> try- wait time 0,166829s
> wait time 0,158952s
> try- wait time 0,158951s
> wait time 0,282200s
> wait time 0,131586s
> andre@andre-Inspiron-7520:~/compilar/lensfun-0.3.2$
>
>
> 2018-04-16 13:32 GMT-03:00 Tobias Ellinghaus :
>
>> Am Montag, 16. April 2018, 03:56:42 CEST schrieb André Felipe Carvalho:
>> > I was missing the Samyang 8mm fisheye lens on my Lens correction module.
>> >
>> > So I went after the last Lensfun database, 0.3.2. Downloaded it and
>> > installed.
>> > But still I did not see any Samyang lenses whatsoever.
>> >
>> > So, I git pulled the last version of dt and compiled it.
>> >
>> > Now the Lens Correction module just vanished. I can't see it anywhere
>> > around in dt
>> >
>> > Anyone knows what's going on? Did I make some mistake?
>>
>> [build log]
>>
>> The log shows that lensfun was found and liblens.so was installed. Do you
>> see
>> any error messages on the terminal when running darktable about
>> liblens.so not
>> being loaded?
>
>
>
>
> --
> André Felipe
>
> https://www.flickr.com/photos/andrefelipecarvalho/
>



-- 
André Felipe

https://www.flickr.com/photos/andrefelipecarvalho/


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



Re: [darktable-user] Can't find module Lens Correction

2018-04-17 Thread André Felipe Carvalho
Hello Tobias!
Thank you for your time!
Yes, you're right. Dt can't find liblensfun.so.1 

How can I fix it ?

andre@andre-Inspiron-7520:~/compilar/lensfun-0.3.2$ darktable
(darktable:2529): Gtk-WARNING **: Theme directory  of theme oxygen has no
size field
[iop_load_module] *failed to open operation `lens': liblensfun.so.1*: Não é
possivel abrir arquivo de objetos compartilhado: Arquivo ou diretório não
encontrado
(darktable:2529): Gtk-WARNING **: Theme directory  of theme oxygen has no
size field
wait time 0,204616s
try- wait time 0,166829s
wait time 0,158952s
try- wait time 0,158951s
wait time 0,282200s
wait time 0,131586s
andre@andre-Inspiron-7520:~/compilar/lensfun-0.3.2$


2018-04-16 13:32 GMT-03:00 Tobias Ellinghaus :

> Am Montag, 16. April 2018, 03:56:42 CEST schrieb André Felipe Carvalho:
> > I was missing the Samyang 8mm fisheye lens on my Lens correction module.
> >
> > So I went after the last Lensfun database, 0.3.2. Downloaded it and
> > installed.
> > But still I did not see any Samyang lenses whatsoever.
> >
> > So, I git pulled the last version of dt and compiled it.
> >
> > Now the Lens Correction module just vanished. I can't see it anywhere
> > around in dt
> >
> > Anyone knows what's going on? Did I make some mistake?
>
> [build log]
>
> The log shows that lensfun was found and liblens.so was installed. Do you
> see
> any error messages on the terminal when running darktable about liblens.so
> not
> being loaded?




-- 
André Felipe

https://www.flickr.com/photos/andrefelipecarvalho/


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



Re: [darktable-user] The Good Knight

2018-04-03 Thread André Felipe Carvalho
Laughing until 2021 ;-))


(Keep on with The Good Knight!)

2018-04-03 6:10 GMT-03:00 Romano Giannetti :

> On 02/04/18 23:25, Tobias Ellinghaus wrote:
>
>> Am Montag, 2. April 2018, 22:39:33 CEST schrieb Michael Rasmussen:
>>
>>> On Mon, 02 Apr 2018 22:29:23 +0200
>>>
>>> Tobias Ellinghaus  wrote:
>>>
 should have worked. And on the next start it will be back to normal. The
 whole joke is only done once a year (unless you mess with the config
 file).

>>> Or mess with the internal clock ;-)
>>>
>> *cough* konami code
>>
>
> Ok. Now if my daughter discovers this, I'm lost ;-). No more editing... ;-)
>
> Romano
>
> --
> --
> Romano Giannetti
> http://www.rgtti.com/
>
>
> 
> 
> darktable user mailing list
> to unsubscribe send a mail to darktable-user+unsubscribe@lis
> ts.darktable.org
>
>


-- 
André Felipe

https://www.flickr.com/photos/andrefelipecarvalho/


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



Re: [darktable-user] Darktable on Windows

2018-02-20 Thread André Felipe Carvalho
I thank you all for your comments.

There's another issue that I thought last night, about changing operating
systems. I produce some publications, photobooks, etc, with a software that
I choose only because it has a Linux version. They have a windows version,
of course, but my books were made in this filesystem, with these photo
locations. If I change to windows, pathnames would not match and I thing I
would loose my work.
This only would prevent me to change OS.

Well, I think I could try to go back to 14.04 and use the packaged version
of dt. Since its an old computer, maybe I should stick with an old OS
version ?

2018-02-20 3:55 GMT-03:00 I. Ivanov :

> I always used it from PPA. I understand there is some dependency that only
> comes with 16.04. To my knowledge - the only benefit to use Open CL (if
> this is your goal) is if the GPU is very fast. I can use Open CL "GeForce
> GT 525M/PCIe/SSE2" - I believe 2 GB memory for the GPU but I have no speed
> benefits because my GPU is too old (my whole computer is too old actually).
> For speed - I use the CPU. My only benefit for the GPU is to have a real
> monitor plugged to the laptop.
>
> I got burned before with AMD...
>
> And with that old computer - I am processing still quite a bit of pictures
> (thousands actually) - thanks to DT
>
> Regards,
>
> B
>
> On 2018-02-19 10:44 PM, R. S. wrote:
>
>
> Hi,
> Is there a way to compile the latest dt for a Ubuntu 14 trusty tahr,
> where I can use AMD catalyst driver for an old graphic-card?
>
> r R
>
> Am 20. Februar 2018 03:09:47 schrieb "I. Ivanov" 
> :
>
>> For what is worth...
>>
>> I am using DT on Dell XPS (mid 2011) - this is i7 (gen 2) - machine 8GB
>> RAM SSD Samsung 512 GB with Ubuntu 16.04.
>>
>> Compared to
>>
>> DT on Dell Inspiron (late 2014) - this is i5 (gen 4) - machine 8GB RAM
>> same SSD Samsung 512 GB with Windows 10 64 bit home edition fully updated.
>>
>> For now - I am *not* going back to Windows. And the issue is not only
>> with DT - everything on windows is much slower. So much so that nobody at
>> home can stand it most of the time except my daughter who plays some games
>> on it.
>>
>> I know I am comparing i5 vs i7 but the windows is 3 years newer machine
>> (and I have tested it on Linux - live CD and it does work much better in
>> terms of speed).
>>
>> Regards,
>>
>> B
>>
>> On 2018-02-19 02:22 PM, André Felipe Carvalho wrote:
>>
>> Hi Matej,
>>
>> Yes, I have:
>> $ glxinfo | grep "OpenGL version"
>> *OpenGL version string: 3.0 Mesa 17.3.2 - padoka PPA*
>>
>> But I still cant get Opencl to work.
>>
>> In fact, I've been thinking if this slowness may be fault of these
>> alternative drivers.
>>
>>
>>
>> 2018-02-19 18:37 GMT-03:00 Matej Martinovic :
>>
>>> Have you tried mesa? https://www.omgubuntu.co.uk/20
>>> 17/03/easy-way-install-mesa-17-0-2-ubuntu-16-04-lts
>>>
>>> BR
>>> Matej
>>> On 2018-02-19 19:12, André Felipe Carvalho wrote:
>>>
>>> Hello dt users,
>>>
>>> I don't use Windows for more than 5 years and used to be very happy with
>>> Linux (Ubuntu, in my case). Until Ubuntu 14.04 or 15.10 I was, at least. In
>>> that time, I could use the AMD HD 7730M 2gb GPU of my Dell Inspiron 7520
>>> Core I7 notebook, 8gb RAM.
>>>
>>> When dt started to use GTK 3.0, I had to upgrade to Ubuntu 16.04, in
>>> order to be able to compile the package.
>>> With Ubuntu 16.04, I lost the graphics card proprietary driver. No more
>>> AmdGPU, no more Opencl, and my computer is like a snail nowadays... Even
>>> with fresh installation of Ubuntu 16.04.
>>>
>>> My options are:
>>>
>>> Buy a new Laptop (maybe a Gamer machine with Geforce 1050) for a lot of
>>> cash,
>>>
>>> or.
>>>
>>> Say goodbye to Linux and go back to Windows, since AMD still supports my
>>> graphics card (last update february/2018) and dt now runs on Windows.
>>>
>>> My questions are:
>>> 1) Is dt for windows stable, right now?
>>>
>>> 2) What are your opinion about the above scenario?
>>>
>>> Thank you in advance!
>>> --
>>> André Felipe
>>>
>>>
>>> 
>>> darktable user mailing list to unsubscribe send a mail to
>>> darktable-user+unsubscr...@lists.darktable.org
>>>
>>>
>>>

Re: [darktable-user] Darktable on Windows

2018-02-19 Thread André Felipe Carvalho
Hi Matej,

Yes, I have:
$ glxinfo | grep "OpenGL version"
*OpenGL version string: 3.0 Mesa 17.3.2 - padoka PPA*

But I still cant get Opencl to work.

In fact, I've been thinking if this slowness may be fault of these
alternative drivers.



2018-02-19 18:37 GMT-03:00 Matej Martinovic :

> Have you tried mesa? https://www.omgubuntu.co.uk/
> 2017/03/easy-way-install-mesa-17-0-2-ubuntu-16-04-lts
>
> BR
> Matej
> On 2018-02-19 19:12, André Felipe Carvalho wrote:
>
> Hello dt users,
>
> I don't use Windows for more than 5 years and used to be very happy with
> Linux (Ubuntu, in my case). Until Ubuntu 14.04 or 15.10 I was, at least. In
> that time, I could use the AMD HD 7730M 2gb GPU of my Dell Inspiron 7520
> Core I7 notebook, 8gb RAM.
>
> When dt started to use GTK 3.0, I had to upgrade to Ubuntu 16.04, in order
> to be able to compile the package.
> With Ubuntu 16.04, I lost the graphics card proprietary driver. No more
> AmdGPU, no more Opencl, and my computer is like a snail nowadays... Even
> with fresh installation of Ubuntu 16.04.
>
> My options are:
>
> Buy a new Laptop (maybe a Gamer machine with Geforce 1050) for a lot of
> cash,
>
> or.
>
> Say goodbye to Linux and go back to Windows, since AMD still supports my
> graphics card (last update february/2018) and dt now runs on Windows.
>
> My questions are:
> 1) Is dt for windows stable, right now?
>
> 2) What are your opinion about the above scenario?
>
> Thank you in advance!
> --
> André Felipe
>
>
> 
> 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
>



-- 
André Felipe

https://www.flickr.com/photos/andrefelipecarvalho/


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



[darktable-user] Darktable on Windows

2018-02-19 Thread André Felipe Carvalho
Hello dt users,

I don't use Windows for more than 5 years and used to be very happy with
Linux (Ubuntu, in my case). Until Ubuntu 14.04 or 15.10 I was, at least. In
that time, I could use the AMD HD 7730M 2gb GPU of my Dell Inspiron 7520
Core I7 notebook, 8gb RAM.

When dt started to use GTK 3.0, I had to upgrade to Ubuntu 16.04, in order
to be able to compile the package.
With Ubuntu 16.04, I lost the graphics card proprietary driver. No more
AmdGPU, no more Opencl, and my computer is like a snail nowadays... Even
with fresh installation of Ubuntu 16.04.

My options are:

Buy a new Laptop (maybe a Gamer machine with Geforce 1050) for a lot of
cash,

or.

Say goodbye to Linux and go back to Windows, since AMD still supports my
graphics card (last update february/2018) and dt now runs on Windows.

My questions are:
1) Is dt for windows stable, right now?

2) What are your opinion about the above scenario?

Thank you in advance!
-- 
André Felipe


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



Re: [darktable-user] history stack still containing disabled modules after compression - why?

2018-02-02 Thread André Felipe Carvalho
I agree with this scenario: Should not remove disabled module in history
stack when compressing it.

But I would like to be able to remove any module I want in the history
stack (right-click on it and choosing delete, for instance).
I've filed a request on redmine about it:
https://redmine.darktable.org/issues/11269#change-30820

Best regards,
André



2018-02-01 18:13 GMT-02:00 thokster :

> Am 01.02.2018 um 19:25 schrieb Pascal Obry:
>
>> Another scenario as to why the disabled modules should not be removed.
>>
>> You hesitate between two ways of removing noise (profil denoise, or
>> non-local means). One is disabled but you've tweaked the other quite a
>> bit on the image and *may want* to enable it and disable the other.
>> This is a common scenario for me. So I do not want the compress history
>> stack to remove the disabled modules.
>>
>> +1
>
>
> 
> 
> darktable user mailing list
> to unsubscribe send a mail to darktable-user+unsubscribe@lis
> ts.darktable.org
>
>


-- 
André Felipe

https://www.flickr.com/photos/andrefelipecarvalho/


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



[darktable-user] Oibaf drivers and AMD Radeon cards

2017-12-23 Thread André Felipe Carvalho
Hello dt users,

Any of you know or use the Oibaf drivers?

https://launchpad.net/~oibaf/+archive/ubuntu/graphics-drivers

Does it really work? I tried on my Dell inspiron 7520 with AMD Radeon 7730m
with Ubuntu 16.04.03 LTS. Guess what: now I've reinstalled the whole
Ubuntu.

Well, since the mess is done, I'm thinking about trying it againg, this
time in this brand new instalation. I want to know if maybe the first
installation did not work because of previous try-outs with other driver
(AmdGPU-Pro. This one doesnt work at all, here)



-- 
André Felipe


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



Re: [darktable-user] Can't see the thumbnails navigation bar, when in darkroom mode.

2017-05-31 Thread André Felipe Carvalho
Thank you, Pascal!

2017-05-31 6:04 GMT-03:00 Pascal Obry :

> Le mercredi 31 mai 2017 à 05:39 -0300, André Felipe Carvalho a écrit :
> > Is there a config option to show/hide it? I may have turned if off by
> > mistake and now I miss it ;-))
>
> ctrl-f
>
> And it's also in the doc :)
>
> --
>   Pascal Obry /  Magny Les Hameaux (78)
>
>   The best way to travel is by means of imagination
>
>   http://www.obry.net
>
>   gpg --keyserver keys.gnupg.net --recv-key F949BD3B
>



-- 
André Felipe

https://www.flickr.com/photos/andrefelipecarvalho/


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



[darktable-user] Can't see the thumbnails navigation bar, when in darkroom mode.

2017-05-31 Thread André Felipe Carvalho
Is there a config option to show/hide it? I may have turned if off by
mistake and now I miss it ;-))

It's not about showing/hiding the foot panel. This is working, but the
thumbnail navi ribbon isn't there.

Thank you!

-- 
André Felipe


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



Re: [darktable-user] Upgrade Ubuntu 16.10 - ?

2017-04-07 Thread André Felipe Carvalho
2017-04-07 7:36 GMT-03:00 Roman Lebedev :

> On Fri, Apr 7, 2017 at 1:03 PM, Brune Wayce  wrote:
> > Hi
> > I did update to the last git version, and I see that now it's the
> 2.3.0+449.
> > Is this version "equivalent" to the 2.2.4?
> absolutely not, that is git master.
> 2.2.4 is darktable-2.2.x branch
>
>
I've been using git master version for quite a while. I can't say I
experience troubles with that. Normally everything I use works just fine.
But I have that same doubt. I understand that git master's the up-to-date
version, the developers version, while the 2.2.x branch's the stable one.
Is there something else involved in the question? Are we "in danger", using
git master's? ;-)))

Thanks a lot for that great software!



> > Thank you
> > BW
> Roman.
>
> > 2017-04-07 9:01 GMT+02:00 Robert William Hutton :
> >>
> >> Yep, it normally takes a few days for Pascal to update the ppa.  If you
> >> want faster results, perhaps you could build yourself.
> >>
> >>
> >> https://redmine.darktable.org/projects/darktable/wiki/
> Building_darktable_22
> >>
> >> -R
> >>
> >>
> >> On 07/04/17 11:20, Alex Delaforce wrote:
> >>>
> >>> Hi All,
> >>>
> >>> Thanks for the work done of the 2.2.4 version.
> >>>
> >>> Does it take a while to reach the Ubuntu system? I have tried updating
> >>> but nothing yet, still at 2.2.3
> >>>
> >>> My PPA is
> >>>
> >>> ppa.launchpad.net/pmjdebruijn/darktable-release/ubuntu yakkety main
> >>>
> >>>
> >>> thanks
> >>>
> >>> Alex
> >>>
> >>>
> >>> 
> 
> >>> 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 mailing list
> to unsubscribe send a mail to darktable-user+unsubscribe@
> lists.darktable.org
>
>


-- 
André Felipe

https://www.flickr.com/photos/andrefelipecarvalho/


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



[darktable-user] AMD GPU Pro drivers 16.60 for Ubuntu 16.40

2017-03-02 Thread André Felipe Carvalho
Hello,
I have a Dell inspiron notebook with AMD Radeon 7730M graphics card.
Since my upgrade to Ubuntu 16.04 I've been missing OpenCL acceleration and
feeling my machine slower than before, specially with dt.

Today I received an email from AMD saying that it has a new driver, for
Ubuntu 16.04 and other Linux systems.
http://support.amd.com/en-us/kb-articles/Pages/AMDGPU-PRO-
Driver-for-Linux-Release-Notes.aspx

I want to ask if any of you has already been using it and if I still need
to install fglrx after of before the new driver installation.

Thank you in advance,

-- 
André Felipe

https://www.flickr.com/photos/andrefelipecarvalho/


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



Re: [darktable-user] A better starting-point for Nikon RAW-files

2016-08-02 Thread André Felipe Carvalho
Hello,

I've following this thread with great interest, since I have a Nikon 7200
and I was even thinking about developing from jpegs instead of raws.

Could you please instruct me with what to do with those .icm files? e.g.,
where to put it in my system. I know it's for the D7100, but since Saint
Germain reccomended it, I would like to git it a try.

And about the generation of .icm files specifically for the D7200, if
someone could send them to me, I would greatly appreciate it.


Thank you in advance!
André Felipe


2016-08-01 21:59 GMT-03:00 Saint Germain :

> Hello,
>
> I've tried your profiles with my D7200, and I can confirm that the
> results are much closer to the camera jpeg.
> I can see a slight blue/green cast and the colors are less
> saturated, but it's a much better starting point than the base curve.
>
> I'll have to generate my own profiles to be sure (perhaps D7200 is a
> bit different from D7100 ?).
>
> Thanks to Edgardo and Vidar !
>
> On Mon, 1 Aug 2016 15:10:22 -0300, Edgardo Hoszowski
>  wrote :
>
> > Sure, see attached
> >
> >
> > 2016-08-01 5:46 GMT-03:00 Rafa García :
> >
> > > Hi Edgardo,
> > >
> > >   I wrote you related about 7100 icc profiles. I have a mac updated
> > > to capitan and I couldn't install view NX 2 to generate the
> > > profiles.
> > >
> > >   Could you send me your 7100 generated profiles?
> > >
> > > Thanks!
> > >
> > >
> > >
> > > 2016-07-31 19:13 GMT+02:00 Edgardo Hoszowski
> > >  :
> > >
> > >> Same here with a D5100, with a D7100 all went fine, I have 2 or 3
> > >> different profiles that give different colors cast, but so far
> > >> there's always one closer to the camera jpg.
> > >> Using the D7100 profiles on a D5100 raw seems ok too,  much closer
> > >> to the camera jpg.
> > >>
> > >>
> > >> 2016-07-31 8:18 GMT-03:00 Colin Adams :
> > >>
> > >>> So I tried this (I have a Nikon D810).
> > >>>
> > >>> When selecting any of the generated icc profiles except the last
> > >>> one, I get a message:
> > >>> "unsupported input profile has been replaced by linear Rec709
> > >>> RGB!" So I selected the last one, and set unbreak input profile
> > >>> to 0.0 as you instruct.
> > >>> The resulting image indeed looks to have slightly better quality,
> > >>> but it has a green cast.
> > >>> This is with darktable 2.0.5-1 rather than 2.0.4. I'm doubtful if
> > >>> that should be making the difference though.
> > >>>
> > >>> On Wed, 27 Jul 2016 at 15:39 Jean-Luc CECCOLI <
> > >>> jean-luc.cecc...@wanadoo.fr> wrote:
> > >>>
> >  Hello,
> > 
> > 
> > 
> >  Very interesting.
> > 
> >  Thanks for sharing.
> > 
> > 
> > 
> >  Rgds,
> > 
> > 
> > 
> >  J.-Luc
> > 
> > 
> > 
> > 
> > 
> >  > Message du 26/07/16 20:41
> >  > De : "Vidar Hoel" 
> >  > A : "Jean-Luc CECCOLI" ,
> >  darktable-user@lists.darktable.org
> >  > Copie à :
> >  > Objet : Re: [darktable-user] A better starting-point for Nikon
> >  RAW-files
> > 
> > 
> >  >
> >  > On 26. juli 2016 20:16, Jean-Luc CECCOLI wrote:
> >  > > Hello,
> >  >
> >  > Hi!
> >  >
> >  > > Just one thing that puzzles me : Nikon ViewNX2 generates a
> >  > > profile
> >  for
> >  > > each picture it processes, so each
> >  > > profile is based upon the parameters of this picture.
> >  >
> >  > Almost. It generates a different profile for each camera
> >  > setting (it seems like). So of mine 98 pictures, I got 10
> >  > different profiles.
> >  >
> >  > > That would mean that, for each picture, one would have to
> >  > > use the corresponding imported profile, else one
> >  > > might get even worse results than using the DT dedicated
> >  > > basecurve, isn't it ?
> >  >
> >  > After applying all 10 different profiles to the same image, I
> >  discovered
> >  > it was only minor differences, and so small I can neglect
> >  > them. I
> >  have
> >  > never seen them make a worse result than the dedicated base
> >  > curves.
> >  But
> >  > this is a subjective observation!
> >  >
> >  > Regards,
> >  > Vidar Hoel
> >  >
> >  > > That said, I think that that is the way profiles work...
> >  > >
> >  > >
> >  > >
> >  > > Regards,
> >  > >
> >  > >
> >  > >
> >  > > J.-Luc
> >  > >
> >  > >
> >  > >
> >  > >
> >  > >
> >  > > > Message du 26/07/16 18:45
> >  > > > De : "Vidar Hoel" 
> >  > > > A : darktable-user@lists.darktable.org
> >  > > > Copie à :
> >  > > > Objet : [darktable-user] A better starting-point for Nikon
> >  RAW-files
> >  > > >
> >  > > > Hi,
> >  > > >
> >  > > > some time ago I noticed that the JPGs from my Nikon were
> >  > > > better
> >  then
> >  > > > what I could achieve from processing the RAW-file (NEF) in
> >  Darktable.
> >  > > > After some dig

[darktable-user] Compiling last git master failed because of GTK-3 outdated

2016-07-25 Thread André Felipe Carvalho
Hi,

I have Ubuntu 14.04 and GTK-3.0 version 3.10.8-0ubuntu1.6.

Darktable wont compile because of:
 Could NOT find GTK3 (missing: VERSION_OK) (Required is at least version
  "3.14")

I found that gtk version 3.14 is only available on Ubuntu 15.04 or above.
Is that true? So I can't compile dt anymore ?

Thank you in advance.


-- 
André Felipe


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



[darktable-user] Re: something wrong with hotpixels module ?

2016-05-26 Thread André Felipe Carvalho
Err Maybe my mistake...

2016-05-26 19:13 GMT-03:00 André Felipe Carvalho :

> hi, yesterday i upgraded to dt version 2.1.0+1114-g35cc641
> since then, i am experiencing a lot of hot pixels in my photos.
> i've set my dt to turn hotpixels on by default a long time ago, and havent
> seen them for quite a while. but last night and today i am seeing then at
> the dark areas of my photos. is there something wrong with the module or is
> it my mistake?
>
> i can send samples, if needed.
>
> best regards,
> andre felipe
>
>


-- 
André Felipe

https://www.flickr.com/photos/andrefelipecarvalho/


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



[darktable-user] something wrong with hotpixels module ?

2016-05-26 Thread André Felipe Carvalho
hi, yesterday i upgraded to dt version 2.1.0+1114-g35cc641
since then, i am experiencing a lot of hot pixels in my photos.
i've set my dt to turn hotpixels on by default a long time ago, and havent
seen them for quite a while. but last night and today i am seeing then at
the dark areas of my photos. is there something wrong with the module or is
it my mistake?

i can send samples, if needed.

best regards,
andre felipe


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

Re: [darktable-user] How to get the most out of this image?

2016-05-09 Thread André Felipe Carvalho
Hi,

I'm not an expert. Just curious and without formal DT knowledge.
Anyway, I like what I can do with my photos with DT.

Here's my try. Tell me what you think.

Greetings,
André Felipe


2016-05-09 6:47 GMT-03:00 Terry Duell :

> Hello All,
> I am struggling get a reasonable result from post processing a particular
> image.
> I wonder if some of you expert DT users out there would be prepared to
> have a look, and if you can achieve a satisfactory result, provide me with
> your .xmp so I can learn a few things?
> The image is a DNG out of a Pentax K-3 II, is 30MB, and available via
> Dropbox at this link...
>
> 
>
> Thanks for your help.
>
> Cheers,
> --
> Regards,
> Terry Duell
>
> 
> darktable user mailing list
> to unsubscribe send a mail to
> darktable-user+unsubscr...@lists.darktable.org
>
>


-- 
André Felipe

https://www.flickr.com/photos/andrefelipecarvalho/


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



IMGP7333.DNG.xmp
Description: Binary data