Ralf Brown

Results 243 comments of Ralf Brown

I'm not sure drawn masks have ever been included in styles. Parametric masks do get included, I have several styles which make use of them.

Yes, the *parametric* mask's values are stored in the style. Which, if you've only added drawn shapes, would select all of the pixels. As I said, I don't think drawn...

I plan to look at implementing this in the Spring. It appears that a reference to the shapes is stored in the style as part of the blendop parameters, because...

Still planning to work on it, but... life. I did manage to look into it a bit over the summer and have a reasonably good idea of what I need...

I won't get around to trying this out until the weekend. This sounds like a good idea, but what's the performance impact on thumbnail generation (especially without OpenCL) if everything...

Holding down the 'a' key while using the mouse disables on-screen controls and allows zooming and panning with the mouse.

You're applying a style while exporting. Are you sure that style does **not** contain crop or rotate modules? Those would override the cropping or rotation your edit applies to the...

No response from OP in over three months....

Permissions was my thought on reading the report. I took a quick look at the code, and if the `g_file_move` call for the image fails, darktable doesn't try to move...

I got it to work (the string gets printed to stdout) with ``` dbus-send --session --dest=org.darktable.service --print-reply --type=method_call --reply-timeou=2000 /darktable org.darktable.service.Remote.Lua string:'print("Hello")' ```