Great, thanks!
Il giorno gio 9 apr 2020 alle ore 15:20 Peter Harde <
peter.harde.pri...@gmail.com> ha scritto:
> Hi Maurizio,
> OK, understood, I searched in english and german version, not italien. I
> would look to which shortcut belongs to the 'problematic' description in
> your italien versio
Hello,
In colorspaces.c there is the following code to convert between RGB and HSL:
void rgb2hsl(const float rgb[3], float *h, float *s, float *l)
{
const float r = rgb[0], g = rgb[1], b = rgb[2];
float pmax = fmax(r, fmax(g, b));
float pmin = fmin(r, fmin(g, b));
float delta = (pmax - pm
On 10.4.20 11:27, Harold le Clément wrote:
- Is this a real issue or is this a bad usage of darktable? I.e. shall
we never have RGB values higher that 1.0 in the pipe?
As a user I would expect to keep the dynamic range throughout the pipe
for as long as possible. If a module clips it would act
Hi,
HSL/HSV are only meant to be GUI convenience space to allow the user to
quickly define an RGB parameter. They are not supposed to be used to
actually push pixels, since they are neither physically-referred or
perceptually-referred. No image should ever be converted to actual HSL
space (aside f
Good morning community, I have been using darktable for some years and I
appreciate it for the cleanliness of the results and the power of the tools.
However I happen to associate it with other development software.
In the next e-mails, I will write in sequence some suggestions that could
greatly i
Styles loading function.
It would be useful to generate a popup with the "mouse over" preview, which
shows the preview of the photo you are working on with a preview of the set
of settings you intend to apply with that specific preset.
Thanks you
Lorenzo Fontanella
___
- Masks
Some additional functions should be included, for example a path defined by
brush.
An "automatic hook" function should be inserted during the contouring
phase, that is, by means of a slide, apply the mask to the edges during the
passage of the instrument. This function should be able to man
Copy and paste settings
It would be useful to have a copy / paste function of the settings from one
image to another, which includes the possibility of copying any vector
masks present on an image, without having to resort to saving a preset.
This function of copying the masks is used when creatin
Color Look up Table
The tool should be extended so as to have the possibility to manage aspects
such as "amplitude of intervention, saturation, brightness".
This color tool would be more practical to manage it, as well as with the
patch grid, also with color wheels to identify the amplitude of the
The "clone" tool is fine and is truly professional for the division of
levels of detail, but should be extended with the possibility of
integrating something similar to the "patch" or "patch" tools of other
software, that is, which recognize and mask.
Automatically replace the area drawn according
"Basic Adjustments" and "Shadows and Highlights" module
In development, these modules are interconnected, so they should be merged
and unified.
Thank you
Lorenzo Fontanella
___
darktable developer mailing list
to unsubscribe s
11 matches
Mail list logo