Daniel Vogelbacher

Results 24 issues of Daniel Vogelbacher

Is there anything required while processing? Would be nice if someone could provide a sample file with non-zero multipliers.

help wanted
rw2

Raws from this camera are compressed with new RawFormat=8.

help wanted
rw2

I assume most of the math done here can be speed up, for example with SIMD or better multi threading.

enhancement
help wanted

Hotkeys are all reported with value 0x80: ```` # acpi_listen 59142400-C6A3-40� 00000080 00000000 59142400-C6A3-40� 00000080 00000000 ```` Based on a decompiled BMOF, I've found that some GUIDs are matching a...

help wanted

I followed https://docs.darktable.org/usermanual/4.0/en/lua/sharing-scripts/ to write a custom export storage provider with Lua. ![grafik](https://user-images.githubusercontent.com/509535/210974252-6f1a952d-d9fa-4ede-90a6-ecd6c041101f.png) I've used the same methods like the scp example from docs, but all my custom widgets (Account,...

no-issue-activity
lua

I've used multiversion for many member functions but after upgrading to 0.7 I get compiler errors. Here is a MRE: ``` Compiling multiversion_7_bug v0.1.0 (/home/cytrinox/code/multiversion_7_bug) error: cannot determine type of...