|
|
| (6 intermediate revisions by 2 users not shown) |
| Line 1: |
Line 1: |
| == Introduction == | | <div class="pagetitle">The Favorites Tab</div> |
|
| |
|
| RawTherapee 5.6 introduced a new "Favorites" tab, which allows you to list your favorite tools for quick access. Tools listed in the Favorites tab are removed from their tabs of origin.
| | == Favorites == |
| | | This tab allows you to choose which tools appear in the Favorites tab of the editor toolbox. |
| The Favorites tab is hidden by default, and appears when tools are added to it.
| | |
| | | == Available Tools == |
| A graphical user interface for easily marking tools as "favorited" is being worked on, but due to time constraints related to the release date, this GUI is not ready for 5.6 and will feature in a future release. For the time being, users who wish to "favorite" specific tools need to do so manually, as described below.
| | Checkboxes indicate which tools and sub-tools are in the Favorites tab. Only tools that can be marked as a favorite will have a checkbox. Toggling a checkbox adds or removes the corresponding tool to/from the Favorites tab. |
| | | |
| == Usage == | | == Favorites Panel == |
| | | Favorite tools are listed here in the same order as they will appear in the Favorites tab. Selecting a tool from the list and clicking the up or down button located to the left of the list moves the tool up or down the list. It is also possible to rearrange tools by dragging them. Tools can be removed from favorites by selecting them and clicking the remove button. Use the Ctrl key to select multiple tools or the Shift key to perform a range selection. |
| To add a tool to the Favorites tab:
| | |
| # If RawTherapee is running, turn it off. This is to ensure that your manual edits to the <code>options</code> file remain intact.
| | == Options == |
| # Edit the <code>[[File Paths|options]]</code> file in a text editor.
| | * <b>Keep favorite tools in original locations</b>: If set, favorite tools will appear in both the favorites tab and their original tabs. Enabling this option may result in a slight delay when switching tabs. |
| # Locate the <code>Favorites=</code> key in the <code>GUI</code> section.
| |
| # Add tools by their code-name (listed below), separated by a semicolon and ending with a semicolon. They appear in the order in which they are listed in the key. For example, to add Exposure, Shadows/Highlights and Resize to the Favorites tab, set the key as follows: <code>Favorites=tonecurve;shadowshighlights;resize;</code>
| |
| | |
| Tool code-names:
| |
| | |
| * Exposure
| |
| ** Exposure - <code>tonecurve</code> | |
| ** Shadows/Highlights - <code>shadowshighlights</code>
| |
| ** Tone Mapping - <code>epd</code>
| |
| ** Dynamic Range Compression - <code>fattal</code>
| |
| ** Vignette Filter - <code>pcvignette</code>
| |
| ** Graduated Filter - <code>gradient</code>
| |
| ** L*a*b* Adjustments - <code>labcurves</code>
| |
| | |
| * Detail
| |
| ** Sharpening - <code>sharpening</code>
| |
| ** Local Contrast - <code>localcontrast</code>
| |
| ** Edges - <code>sharpenedge</code>
| |
| ** Microcontrast - <code>sharpenmicro</code>
| |
| ** Impulse Noise Reduction - <code>impulsedenoise</code>
| |
| ** Noise Reduction - <code>dirpyrdenoise</code>
| |
| ** Defringe - <code>defringe</code>
| |
| ** Contrast by Detail Levels - <code>dirpyrequalizer</code>
| |
| ** Haze Removal - <code>dehaze</code>
| |
| | |
| * Color
| |
| ** White Balance - <code>whitebalance</code>
| |
| ** Vibrance - <code>vibrance</code>
| |
| ** Channel Mixer - <code>chmixer</code>
| |
| ** Black-and-White - <code>blackwhite</code>
| |
| ** HSV Equalizer - <code>hsvequalizer</code>
| |
| ** Film Simulation - <code>filmsimulation</code>
| |
| ** Soft Light - <code>softlight</code>
| |
| ** RGB Curves - <code>rgbcurves</code>
| |
| ** Color Toning - <code>colortoning</code>
| |
| ** Color Management - <code>icm</code>
| |
| | |
| * Advanced
| |
| *** Retinex - <code>retinex</code>
| |
| *** CIE Color Appearance Model 2002 (CIECAM02) - <code>colorappearance</code>
| |
| *** Wavelet Levels - <code>wavelet</code>
| |
| | |
| * Transform
| |
| ** Crop - <code>crop</code>
| |
| ** Resize - <code>resize</code>
| |
| *** Post-Resize Sharpening - <code>prsharpening</code>
| |
| ** Lens / Geometry - <code>lensgeom</code>
| |
| *** Rotate - <code>rotate</code>
| |
| *** Perspective - <code>perspective</code>
| |
| *** Profiled Lens Correction - <code>lensprof</code>
| |
| *** Distortion Correction - <code>distortion</code>
| |
| *** Chromatic Aberration Correction - <code>cacorrection</code>
| |
| *** Vignetting Correction - <code>vignetting</code>
| |
| | |
| * Raw
| |
| ** Sensor with Bayer Matrix - <code>sensorbayer</code>
| |
| *** Demosaicing - <code>bayerprocess</code>
| |
| *** Raw Black Points - <code>bayerrawexposure</code>
| |
| *** Preprocessing - <code>bayerpreprocess</code>
| |
| *** Chromatic Aberration - <code>rawcacorrection</code>
| |
| ** Sensor with X-Trans Matrix - <code>sensorxtrans</code>
| |
| *** Demosaicing - <code>xtransprocess</code>
| |
| *** Raw Black Points - <code>xtransrawexposure</code>
| |
| ** Dark-Frame - <code>darkframe</code>
| |
| ** Flat-Field - <code>flatfield</code>
| |
| ** Raw White Points - <code>rawexposure</code>
| |
| ** Preprocessing - <code>preprocess</code>
| |