How do I turn off all Rawtherapee effects except for denoise?
I would like to use Rawtherapee for denoise only. However, it seems there are default effects that I cannot turn off, such as white balance.
I prefer to edit colors and tones with Darktable, but I would like to also use some of the denoise capabilities of Rawtherapee.
My problem is that whenever I use Rawtherapee for denoise only, the colors/tones/shaows/highlights are changed and I can’t figure out how to turn off everything except for denoise.
So how do I turn off all Rawtherapee effects except for denoise?
I"m guessing you want to denoise a tif or jpeg rather than a raw file. After opening the image file, make sure the Neutral Processing profile is chosen. This resets everything to “don’t make any changes”. The white balance will be set to “Camera”, but this is misleading - in RT, for non-raw images, “Camera” means Temp=6490 Tint=1.002, which in turn means "don’t change the image’s white balance.
RT is my “go to” software for denoising non-raw image files - camera-saved jpegs, tiff exported from other raw processors or GIMP, etc.
I am processing a 32-bit TIFF that was exported from Darktable.
My hypothesis is that I will get best noise reduction by starting with the sensor-profiled denoise in Darktable, and then use the denoise algorithms in Rawtherapee.
My files are attached in a ZIP file - names describe how they were created. There is a JPEG exported from Darktable, a 32-Bit TIFF exported from Darktable, a 16-Bit TIFF exported from Rawtherapee, and the PP3 files generated by Rawtherapee (one for the display, and the other for the image export).
The Rawtherapee TIFF was generated by opening the 32-Bit TIFF, applying “neutral profile”, and then export the TIFF.
The JPEG and 32-Bit TIFF were both exported from the same file in Darktable with the same darkroom settings.
I cannot upload the 32-Bit TIFF used to make the JPEG in Rawtherapee, but here is the JPEG exported from Darktable that matches the 32-Bit TIFF from Darktable:
If I change the exposure compensation to +1.00 in Rawtherapee, the resulting exposure matches Darktable. However, the white balance is still off and the shadows/highlights are shifted as well.
Supposing I find one set of setting to restore: exposure, white balance, and shadows/highlights for all my images, I still won’t trust Rawtherapee will not be changing other settings sometime in the future.
TIFFReadDirectory: Warning, Unknown field with tag 18246 (0x4746) encountered.
TIFFReadDirectory: Warning, Unknown field with tag 18249 (0x4749) encountered.
TIFFReadDirectory: Warning, Unknown field with tag 36867 (0x9003) encountered.
TIFFReadDirectory: Warning, Unknown field with tag 18246 (0x4746) encountered.
TIFFReadDirectory: Warning, Unknown field with tag 18249 (0x4749) encountered.
TIFFReadDirectory: Warning, Unknown field with tag 36867 (0x9003) encountered.
Informations of "/tmp/DarkTable-32Bit.tif":
No DefaultScale value!
No BaselineExposure value!
No LinearResponseLimit value!
No minimum value!
No maximum value!
Those values are not taken into account, the image data are normalized to a [0;1] range
@justin@Morgan_Hardwood The TIFF image you uploaded has no metadata which would specify the range of the data it contains. As such, RawTherapee normalizes the data into the [0-1] range. The alternative would be to clip to the [0-1] range which would mean you would lose the highlight information in that image (for reference, in your file, the maximum is a red value of 1.41876).
Loading the image with the same rendering than Gimp would be easy. It is clear that DT produced an output image with unbounded data, that we don’t support yet. That’s why it scale the data even thought the tiff tag would be there.
Thank you. So I cannot export from Darktable and open immediately with Rawtherapee without clipping/scaling.
Are you saying that I can export from Darktable, open in Gimp, export from GIMP, and then open in Rawtherapee? Such that Gimp would “translate” the metadata to eliminate data clipping/scaling?