-
Notifications
You must be signed in to change notification settings - Fork 329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Re-open Generalized Hyperbolic Stretch #7251
base: dev
Are you sure you want to change the base?
Conversation
Just to be clear, I am not arguing for or against changing the direction of the black point adjustment. My question was just to understand why you chose that direction. We can debate which direction is more intuitive. It's a matter of opinion. What is not up for debate is the fact that having inconsistent behavior is confusing and unintuitive. There are, of course, two possible solutions. We can change the GHS black point direction (as you have done), or we can keep the GHS black point behavior and change all the other black adjustments. This issue is no longer relevant because you made the change, but I do want everyone to know that consistency is important. I'm curious, what happens to the image and histogram if you allow the black and white points to work with a stretch factor of 0? |
It's all about one's perspective on consistency and what one expects. My initial configuration, which has disoriented you a little, was precisely to be able to adjust the black and white points with (D) disabled, especially to not disturb the histogram. I am improving the text I attached, with images and new comments. But putting it in Rawpedia will be complicated. |
I think the problem is compounded by the fact that the labels - Black(s) - are not explicit enough. For example the Black slider in Exposure works as above but the Blacks slider in the Tone Equalizer works in the opposite direction. I see that in ART, the Black slider in the Exposure tool has been renamed to "Black point compensation", perhaps for this reason. |
@Desmis Let me know when this pull request is ready. I see you recently added a GF commit that also affects the GHS. |
For me - with all the limits of my skills, and the remarks made in the PR on "Abstract profiles", we must be able to admit that it is ready. Of course the GF still works imperfectly only in zoom++, but for me it is acceptable, in any case clearly better than the current solution. The GF issue should be kept open, but the GF-related code in this PR is configurable in every way. I moved as it is written in the commit that this PR influenced the BP and WP which is obvious if we look at how it works. I moved it... no difficulties, and now everything is OK from this point of view. Jacques |
I am (very) glad that you found this difference in "settings" behavior. I changed it on purpose to see if anyone would notice the difference. Why did I do this? A number of users point out the complexity of "settings", especially in relation to masks (ART, Darktable). These settings are used only rarely, so you should avoid using them in Basic mode. So I've been beating around the bush. There is a choice of default complexity mode in Preferences: For "Graduated Filter is not available even with Advanced complexity", it works in many cases, and in some cases no. The mixture of the 2 "fullimage" and "global" systems is complex (see my previous change), there must remain problem situations. Thank you Jacques |
@Lawrence37 I change the tooltip... But maybe there are cases with GUI in Full image or Global, where the GF does not appear But, in reality nothing prevents leaving them, except that the bug with the current solutions seems to make it difficult to use GFs in "normal" mode - especially if the spot comes out of the preview . Depending on the solution found in the long term to definitively process GFs without problems, we can restore GFs in "normal" mode... Jacques |
I did not follow all of the discussion about the masking so my understanding is limited. What I did read is that people were saying the RawTherapee approach is hard to use (not necessarily complex) because it is not as flexible as masking in darktable and ART. Do you remember where you saw the comments about the "complexity" of the mask settings? I want to read them and understand why people feel that way. It is surprising to me for two reasons. First, I have heard many more people say that the masking is not "powerful" enough than those who say the options are hard to understand. Second, the options are already hidden by default. Users must click "Show additional settings" to show the transition gradient and scope settings. Don't you think it's silly for someone to ask for additional settings then complain that there are too many settings? The graduated filter problem is a preview problem, right? The graduated filter is applied correctly in the saved image. If so, then it is a GUI problem. Removing the graduated filter from the normal mode breaks backward compatibility. Either the graduated filter must be reintroduced in normal mode, or this pull request must be moved to the 6.0 milestone. |
In fact, it is not the opinion on the (idiotic) masks that is in question, but the comparison between the masks of ART/DT and Selective Editing, when you want to make adjustments to parts of an image. The comments are diffuse and take place either on the ART forum (or that of ART-therapee in France), that of DT and sometimes - often very unpleasantly - that of RT. The approach to treat the parts of images is very different between the "negative - masks" and "positive - Spot" approaches, the victory is on the side of history - the origin of the masks by Adobe 25 years ago (which "copied" the habits of photographers and their black and white labs, as me...). Having another approach than the traditional one, beyond the technique, is a considerable cognitive challenge (I am a sociologist...) GF
To say that for compatibility we will keep a (very) buggy version disturbs me, nevertheless what I propose is better than nothing. The version I'm going to commit is better than the old one, but obviously it won't do the same thing. I'm not going to bother to recreate bad behavior for compatibility reasons. I think the current solution (which I'm going to commit) is more than acceptable and sufficiently compatible....For me, reproducing a system that doesn't work, for "compatibility", doesn't stop the road for a second. We leave the issue open, and then continue the reflection on the GFs.... I hope no error in my last change to restore something close to the old behavior (but better) |
GUI is not necessarily the code inside My question to you is, does the graduated filter bug affect the saved image? I have not seen an example of the bug manifesting in the saved image. If it doesn't affect the saved image, then it is a GUI bug that only affects the preview. In that case, users will expect us to preserve the output. It that is not the case, then it is acceptable to change the behavior. |
@Lawrence37 |
I accidentally merged the PR GHS #7210
I reverted with the PR 7250
I open this new PR... same code