Original author(s) Development status active | Preview release daily | |
![]() | ||
Developer(s) RawTherapee Development Team Stable release 5.0-r1 / February 2, 2017; 48 days ago (2017-02-02) Repository github.com/Beep6581/RawTherapee |
RawTherapee is a cross-platform raw image processing program, released under the GNU General Public License Version 3. It was originally written by Gábor Horváth of Budapest, Hungary, before being re-licensed as free and open-source software in January 2010. It is written in C++, using a GTK+ front-end and a patched version of dcraw for reading raw files. It is notable for the advanced control it gives the user over the demosaicing and developing process. The name used to stand for "The Experimental Raw Photo Editor"; however that acronym has been dropped, and RawTherapee is now a full name in itself.
Contents
- Features
- Input file formats
- User interface
- Adjustment tools and processing
- Output formats
- v2 series
- v3 series
- 40 series
- 41
- 42
- 50
- References
RawTherapee comprises a subset of image editing operations specifically aimed at non-destructive raw photo post-production and is primarily focused on improving a photographer's workflow by facilitating the handling of large numbers of images.
Features
RawTherapee involves the concept of non-destructive editing, similar to that of some other raw conversion software. Adjustments made by the user are immediately reflected in the preview image, though they are not physically applied to the opened image but the parameters are saved to a separate sidecar file. These adjustments are then applied during the export process.
All the internal processing is done in a high precision 32-bit floating point engine.
Input file formats
RawTherapee can work with raw files from digital cameras, as well as common image formats like JPEG, PNG and TIFF. It also supports high dynamic range, 16/24/32-bit raw DNG images.
RawTherapee uses a patched version of dcraw code to read and parse raw formats, with additional tweaks and constraints to parameters such as white levels and the raw crop area based on in-house measurements. Thus, RawTherapee supports all the formats supported by dcraw.
User interface
RawTherapee provides the user with a file browser, a queue, and an image editing tab.
The file browser shows photo thumbnails along with a caption of the shooting information metadata. The browser includes 5-star rating, flagging, and an Exif-based filter. It can be used to apply a profile, or parts of a profile, to a whole selection of photos in one operation.
The queue tab allows one to put exporting photos on hold until done adjusting them in the Editor, so that the CPU is fully available to the user while tweaking a photo, instead of processing photos while the user is trying to tweak new ones which could result in a sluggish interface. Alternatively, it can be used to process photos alongside tweaking new ones, if one has a CPU capable of handling the workload.
The Editor tab is where the user tweaks photos. While the image is opened for editing, the user is provided with a preview window with pan and zoom capabilities. A color histogram is also present offering linear and logarithmic scales, and separate R, G, B and L channels. All adjustments are reflected in the history queue and the user can revert any of the changes at any time. There is also the possibility of taking multiple snapshots of the history queue, allowing for various versions of the image being shown. These snapshots are not written to the sidecar file and are subsequently lost once the photo has been closed, however work is underway on migrating the PP3 sidecar system to XMP which already supports storing snapshots.
Adjustment tools and processing
Output formats
The output format can be selected from:
v2 series
Version 2.4.1 was released in September 2009; the last closed source version released. Since then RawTherapee has become open source (it was closed before 2010) and a number of developers have joined the project, adding new features and improving stability.
v3 series
The 3 series with version "Dev-3.0" was the first to be released as open source. Major changes incorporated in this series include:
4.0 series
Version 4.0.0 was released on 2011-07-30, leading up to the release of version 4.0.12 on 2014-01-07 which concludes the 4.0 series.
Major changes incorporated in this series include:
Because of the higher RAM requirements of the 4.0 version, though 32-bit operating systems are still supported, 64-bit machines are highly recommended for performance and stability.
4.1
RawTherapee 4.1 was released on 21 May, 2014.
4.2
RawTherapee 4.2 was released on 24 October, 2014.
5.0
RawTherapee 5.0 was released on 22 January 2017. There are two variants tagged as 5.0: one uses GTK2, and the other GTK3. Both variants are identical in every way except for the graphical toolkit.
RawTherapee 5.0-r1 was released on 2 February, 2017. This revision is functionally the same, but includes a few bug fixes which came to light after the 5.0 release.