RTProfileSelector: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
'''RTProfileSelector''' is a RawTherapee plugin that automatically selects custom processing profiles (.pp3 files) based on user-defined rules. The rules are sets of Exif fields and values which are matched against the actual values extracted from the raw files the first time they are opened in RawTherapee. | The '''RTProfileSelector''' is a RawTherapee plugin that automatically selects custom processing profiles (.pp3 files) based on user-defined rules. The rules are sets of Exif fields and values which are matched against the actual values extracted from the raw files the first time they are opened in RawTherapee. | ||
A few things you can automate in RawTherapee through RTProfileSelector: | A few things you can automate in RawTherapee through RTProfileSelector: | ||
* Assign your own custom processing profiles to approximatelly match your camera settings (such as "monochrome"/"black-and-white", "vivid | * Assign your own custom processing profiles to approximatelly match your camera settings (such as "monochrome"/"black-and-white", "vivid color", "film modes", etc.) | ||
* Set noise reduction parameters in RawTherapee according to camera model and ISO value | * Set noise reduction parameters in RawTherapee according to camera model and ISO value | ||
* Assign lens correction profiles (LCP) based on the lens and camera model used | * Assign lens correction profiles (LCP) based on the lens and camera model used | ||
Latest revision as of 11:49, 9 March 2023
The RTProfileSelector is a RawTherapee plugin that automatically selects custom processing profiles (.pp3 files) based on user-defined rules. The rules are sets of Exif fields and values which are matched against the actual values extracted from the raw files the first time they are opened in RawTherapee.
A few things you can automate in RawTherapee through RTProfileSelector:
- Assign your own custom processing profiles to approximatelly match your camera settings (such as "monochrome"/"black-and-white", "vivid color", "film modes", etc.)
- Set noise reduction parameters in RawTherapee according to camera model and ISO value
- Assign lens correction profiles (LCP) based on the lens and camera model used
RTProfileSelector is written in C++11 and compiles on both Windows and Linux. Source code and Windows executable can be downloaded from its GitHub repository. RTProfileSelector uses ExifTool for extracting metadata from images.
For installation procedures and online documentation, please go to the project's wiki section.