Ralf Brown

Results 243 comments of Ralf Brown

> - Use the framing module: > - - The order of this module can not be changed, hence I can not use the retouch module to fill the created...

Adjusting the crop box in the _crop_ module should not cause _any_ pixpipe runs, since all we're modifying (until committed) is an image overlay. I'll take a look tomorrow.

Separate "pending" parameters were implemented for the old _crop and rotate_ module a couple of years ago.

Since the problematic commits are the entirety of #12258, it might be best to temporarily revert. I won't be able to investigate until the weekend.

Checking into this, I've discovered that current master (after the reversion) gives maxDE of 0.00 for tests 0016 and 0019 only when building RelWithDebInfo. Build type Release still gives maxDE...

The GUI seems to hang because the sidecars are written from the GUI thread. The solution to that is to fire off a background job (which is what imports use)....

The "correct" behavior would be to preserve any tags in non-dt namespaces. That would require storing them in the database somehow on import (both initial when reloading the xmp) and...

The auto-disable when moving the mouse off the slider is by design and is documented: https://darktable-org.github.io/dtdocs/en/darkroom/masking-and-blending/masks/parametric/#inspecting-data-channels--masks

Looking at the code, I see that the serialized IOP order list consists of repetitions of (32-bit int)(ASCIZ string)(32-bit int). And since the string length including NUL is not usually...

The `historyparams` and `historyblendop_params` are binary blobs whose contents depend on the module and *version fields. I don't think there's any documentation of those contents beyond the actual source code.