Re: [darktable-dev] Bug in shape selection at large pictures?

2020-10-14 Thread Frank Huebner
Peter Harde  writes:

> The modules are grouped. Selecting the group symbolized by the "power switch" 
> icon (most left) , the modules applied are shown in the order of the
> pixelpipe (bottom - first, top - last). The order can be modified by 
> CTRL-SHIFT-dragging a module to a new position.

Changing the order did not change the behaviour.

I saw that in the "bad" image rotation module and crop and rotate was
done after retouch. Moving retouch up did not change anything

In a "good" copy rotate and crop and rotate module are done before
retouch. Moving retouch down did not change anything.

Could it help if I provide the picture and sidecar files? I can put it on
a cloud drive and provide the link. I just don't want to provide the
link to everybody.

Frank
___
darktable developer mailing list
to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org



Re: [darktable-dev] Bug in shape selection at large pictures?

2020-10-13 Thread Frank Huebner
Peter Harde  writes:

Hi Peter,

> did you compare the order of the modules you applied in the pixelpipe when the
> issue appeared and when it did not?

I did not compare the order of the modules. I might need some advice how
to do it. I never used to changing the order.

Anyway, I tried the following actions:

Starting with a blank copy of the picture
1st try: use crop and rotate afterwards retouch module
2nd try: use retouch module afterwards crop and rotate

(original picture: I think I applied the crop and rotate module first,
then the retouch module).

The I noticed that the order of the modules (right sidebar) was set to
legacy. I changed to be V3.0, but it did not change the behaviour of the
original image.

Frank
___
darktable developer mailing list
to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org



Re: [darktable-dev] Bug in shape selection at large pictures?

2020-10-11 Thread Frank Huebner
Hello!

Let me start with my thanks to Peter, Juha and István!

The crop and rotate module caused the problem. I deactivated all other
modules than retouch except the crop and rotate module. The problem is
still present then.

Starting with a duplicate of the original picture without modules I was
able to use the retouch module as it should be.

But: adding the crop and rotate module to the duplicated picture (same
size, slightly different position) works fine too. I tried to crop and
rotate first and later retouch and vice versa. All versions are
fine. Thus I am a bit surprised as I can't reproduce the problem. That
might explain why Peter could not reproduce the problem.

Looks like the issue is not reproducible. Maybe soneone has a good idea
how analyze the problem? 

Bye, Frank




___
darktable developer mailing list
to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org



[darktable-dev] Bug in shape selection at large pictures?

2020-10-09 Thread Frank Huebner
Hello,

I used the retouch module on a large picture (10165 x 4018). It did not
work as expected. At normal size pictures (16 Mpix) it worked as
expected. Using a shape at the large picture did not use the selected
area to be copied - it copied/healed from an area different than
the selection.

Showing the mask helped me to make the issue visible:

___
darktable developer mailing list
to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.orgThe picture is taken at 200% mangnification. The mask is left from the shape.

My OS is Opensuse Leap 15.2

I use darktable 3.2.1 from repository 
https://build.opensuse.org/package/show/graphics%3Adarktable/darktable
and
nvidias opencl driver


I hope someone can reproduce and fix the error!

Bye, Frank


Re: [darktable-dev] Lens Correction

2018-04-24 Thread Frank Huebner
Germano Massullo  writes:

> Il 23/04/2018 18:28, Maurizio Paglia ha scritto:
>> Well, downgraded lensfun from 0.3.2 to 0.3.1 and now all works!
> You probably should tell darktable maintainer to rebuild darktable
> against new lensfun version


I guess I had the same problem - asked for help here but could not get
it. I figured out a workaround (opensuse leap, darktable 2.4.2, lensfun
0.3.2):

Install lensfun-tools

run lensfun-update-data as normal user

In my case lensfun-update-data saved the lensfun calibration data in
~/.local/share/lensfun/updates/version_1

Then I copied all *.xml files from
~/.local/share/lensfun/updates/version_1 to ~/.local/share/lensfun

After this, darktable recognized my camera and lenses again.

Hope this helps!

___
darktable developer mailing list
to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org



[darktable-dev] Lens Correction Module in 2.4.0

2017-12-27 Thread Frank Huebner
Hello,

just upgraded darktable and recognized a problem with my setup: lens
correction module does not show the camera as well as it reports to
choose camera and lens manually. 

Trying to choose the camera and lens does not show anything, just an
empty chooser, no camera or lens to choose.  

Darktable 2.2.5 works fine. After upgrading to darktable 2.4.0 the
problem is present. After swithing back to 2.2.5 the lens correction
works fine again. 

My next try was setting up a new user and test dt 2.4.0 with the new
user, new config files and new pictures: camera and lens is still not
found.

My system is opensuse 42.4, with darktable from graphics repo, language
setting is German.

Shall I report this as a bug, or look somewhere else? 

Frank

___
darktable developer mailing list
to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org



Re: [darktable-dev] Notebook with dual AMDGPU + Intel, OpenCL setup?

2017-03-06 Thread Frank Huebner
Pascal Obry  writes:

> About this... I have been able to build amdgpu-pro with 4.9 but it does
> not work!

I have the same problem, I want to use OpenCL but the opensource driver
(GalliumCompute) does not support image handling. It would be good if
the driver would be able to do so. 

As this is not working, I tried to set up a new machine (on a spare hard
disk) under openSuse 42.2 or Tumbleweed. On Tumbleweed I suceeded in
running OpenCL.

A short (not complete) instruction is:

Install the system with modprobe.blacklist=radeon. During installation
it picks the opensource amdgpu driver. Then I upgraded to kernel 4.9 and
installed dkms. Then you are ready to install a minimum packages from
AMD's driver (16.60, see below). I got these dkms compiling messages
too. But even though OpenCL worked!

Instruction to do so (minimal driver installation):
- unpack the amd driver somewhere on your disk
- add the folder of the driver as repository
- zypper in amdgpu-pro-dkms libdrm-amdgpu-pro vulkan-amdgpu-pro 
libopencl-amdgpu-pro-icd libopencl-amdgpu-pro-clinfo


Then I tried to follow the same procedure with openSuse 42.2 - but
without success yet. I was not able to start X11 swithing frim radeon to
amdgpu driver. I will give it a try again in the future.

Another useful information for openSuse installation might be:
https://community.amd.com/thread/212558, howto compile the driver
without error. I will give it a try too.


For further information www.gearsongallium.com is a good but abandoned
source. 

> I had to restart in safe mode and undo the mess, well I'm using btrfs
> and so the going back to the previous snapshot was easy.

That's a good idea, I can recommend to do so to everybody. Helps a lot
in reverting back!

Bye, Frank
___
darktable developer mailing list
to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org



Re: [darktable-dev] opencl crash (amd at opensuse 13.2)

2015-11-19 Thread Frank Huebner
Roman Lebedev  writes:

>> I there anything I can check to help tracking down the problem?
> I would recommend reporting this upstream, either to your distros
> bugzilla, or AMD?...

Thanks, I will do so. 

Frank
___
darktable developer mailing list
to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org