Another 3-click processing in RT

Haha, good one! That was unexpected. I know what it is, I’ll let people try to figure out it.

2 Likes

Haze removal?

Edit: I just saw ingo’s comment, went to PR page and yes I was right :blush:
In fact I’ve discovered it’s sort contrast boosting capabilities also and started to use it for some images without any haze.

2 Likes

If you like haze removal, here’s one from ART (which should be easy to port back to RT) that improves its range of applications imho:

3 Likes

I already used it in ART. Using luminance mode too.:+1:t2:

Haze removal is indeed a multi-purpose tool :+1:

In your screenshot I can see “Film Grain” - sounds interesting too!

Done. It’s now in RT dehaze_speedup branch. Thanks to @agriggio :+1:

5 Likes

In another thread there has been much discussion about making RT more friendly to new users. While I am not a new user, I often have difficulty in understanding some of the references in this forum; please forgive my ignorance:

Why would you name a tool “Capture Sharpening” if it is implemented at the end of the processing chain. The name itself suggests it should be applied at the beginning.

Where do I find Nightly Builds?

And where your speedup-pr? Among nightly builds??

What is ART?

Again my apologies for being so dense.

P.S. Regarding the utility of this forum: In the thread “Local Lab Build” there are 810 replies in this thread. I am sure there is a wealth of useful information buried therein. Surely there must be a way to break this down to a more useable source.

The capture sharpening tool in RT is applied just after demosaic, which is very early, not at the end of the processing chain. I guess you confuse it with the old RL-sharpening, which indeed is applied at the very end of the chain.

@heckflosse
Thanks, clear now. My misunderstanding.

1 Like

ART is a recent fork of RawTherapee. Shares much of the same code but veered off into its own path

ART ist Another RT. It’s a fork by @agriggio. He aimes for example to simplify usage of RT, but we still collaborate (I already stole some ART dehaze code today for RT but also wrote some dehaze related code he also could (and will) use to improve ART. Means, it’s a good cooperation :slight_smile:

5 Likes

Another 4-click processing:

The image shows a wild thyme captured in Provence shot using a Nikon D700 with an Ais 1.4/85mm lens at f2

  1. RT neutral profile

  2. RT neutral profile zoomed 1:1 to center:

  3. enabled dehaze

  4. enabled Auto-matched

  5. enabled Capture Sharpening

Not the greatest capture, but not to forget, it was at f2.0

5 Likes

[quote=“mikesan, post:18, topic:14130, full:true”]
Where do I find Nightly Builds?[/quote]

This link has some:

https://keybase.pub/gaaned92/RTW64NightlyBuilds/

No idea if that link is good or not. Or here:

Unfortunately, zero information about package specifics.

The link to the rt-win64 repo is not the good one… the builds are copied to the official RT releases pages: https://github.com/Beep6581/RawTherapee/releases/tag/nightly

1 Like

Great, Wavelenh has now a 5.7 version!

BTW, I don’t want to derail the topic. Heckflosses 3-click shortcuts are great! I love the focus on the image! More of that please, preferably more as a tutorial and less of a game show :wink:

1 Like

http://rawpedia.rawtherapee.com/Getting_Started#Get_RawTherapee

@Morgan_Hardwood

Thanks for your reply. I followed your link, but that just leads me to the Development Builds article in Rawpedia.

I should have been more specific. I am trying to track down the build cited in these posts:

Again thanks for your patience.

@mikesan A “PR” is a “pull request”, that is a proposal of change in the program’s code which can be accepted or not. If the PR is accepted, the new current code is updated but then you need to compile the code to get new feature/change in the program.

Edit: Ingo’s PR is still not accepted, so the current builds don’t have Ingo’s “dehaze speedup”.

I will accept it soon :slight_smile:

1 Like

@mikesan For completeness: you can see all pull requests here: Pull requests · Beep6581/RawTherapee · GitHub – and in general you can track RT’s development from GitHub - Beep6581/RawTherapee: A powerful cross-platform raw photo processing program.