parafin

Results 62 comments of parafin

I hit this limitation just now, specifically I want to use a LUT with ProPhoto linear RGB input and output colorspace and it is missing from the list. Could we...

If there's noone working on this, I might add ProPhoto to the list, but I doubt I'll have enough motivation to tackle other points.

There seem to be two issues. One of them indeed was fixed #13727. But assertion failure is still present in the logs: https://github.com/darktable-org/darktable/actions/runs/4341148797/jobs/7580397120#step:5:56 https://github.com/darktable-org/darktable/actions/runs/4341148797/jobs/7580397240#step:5:56 https://github.com/darktable-org/darktable/actions/runs/4341148797/jobs/7580397380#step:5:56 So test case still would...

Name is missing, because this mutex is uninitialized. It's initialized in function dt_control_init, which doesn't seem to be called for dt-cli: https://github.com/darktable-org/darktable/blob/ede51437d4cb14132177003b47bc78d273e79580/src/common/darktable.c#L1209-L1212 So this is a logic error, not specific...

1. Does it matter? 2. Have you tried running dt-cli in debug build on linux or windows? 3. Maybe because pthread implementation on Linux/Windows doesn't care if pthread_mutex_init has been...

macOS pthread implementation differs to Linux one too. macOS is closer to BSD.

I wouldn't say Linux/Windows handles it incorrectly, behaviour is undefined for uninitialized mutex, meaning anything can happen. Furthermore there is static initializer for mutex - PTHREAD_MUTEX_INITIALIZER, which may match with...

Does it not? We found a bug in dt code thanks to it.

> Hello, I'm new to Darktable and I'm having the same issue. A lot of commands do not respond. Unfortunately, in my case, nothing changes even if I leave full-screen...