RawTherapee

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

Lua error in package.lua at line 80: module 'strict' not found.

RawTherapee
250px
250px
RawTherapee 4.1 developing a high dynamic range raw photo in the DNG format of a scene in Söderåsen National Park, Skåne, Sweden.
Original author(s) Gábor Horváth
Developer(s) Gábor Horváth and an open source dev team
Stable release 4.2 / October 24, 2014; 9 years ago (2014-10-24)
Preview release daily
Development status active
Written in C++ gtkmm
Operating system Linux, FreeBSD, Windows, OS X[1]
Available in Multilingual
Type post-production tool for photography
License proprietary (up to version 2.4.1)
GPLv3 (as of version 3.0 alpha 1)
Website www.rawtherapee.com

RawTherapee is a cross-platform raw image processing program,[2] 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.[3]

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.[4]

Input file formats

RawTherapee can work with both raw files from digital cameras and usual images. It also supports high dynamic range, 16/24/32-bit raw DNG images.

While reading raw files it relies on the dcraw code, but only for parsing formats, not for processing. Thus, RawTherapee supports all the formats supported by dcraw.

Additionally, RawTherapee supports the following image formats:

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 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

  • Demosaicing. The following demosaicing algorithms are available: AMaZE, IGV, LMMSE, EAHD, HPHD, VNG4, DCB, AHD, fast or mono, as well as none. Version 4.2 also handles raw files from Fujifilm cameras with the X-Trans sensor.
  • Processing profiles support via sidecar files with the ability to fully and partially load, save and copy profiles between images.
  • Exposure control and curves in the L*a*b* and RGB color spaces.
  • CIECAM02 mode.
  • Advanced highlight reconstruction algorithms and shadow/highlight controls.
  • Tone mapping using edge-preserving decomposition.
  • Pre-crop vignetting correction and post-crop vignetting for artistic effect.
  • Graduated filter.
  • Various methods of sharpening.
  • Various methods of noise reduction.
  • Detail recovery.
  • Removal of purple fringing
  • Manual and automatic pre- and post-demosaic chromatic aberration correction.
  • Advanced wavelet processing.
  • White balance (presets, color temperature, spot white balance and auto white balance).
  • Channel mixer.
  • Black-and-white conversion.
  • Color boost and vibrance (saturation control with the option of preserving natural skin tones).
  • Hue, saturation and value adjustments using curves.
  • Various methods of color toning.
  • Color-managed workflow.
  • ICC color profiles (input, working and output).
  • DCP color profiles (input).
  • Support for Adobe Lens Correction Profiles (LCP).
  • Cropping, resizing.
  • Rotation with visual straightening tool.
  • Distortion correction.
  • Perspective adjustment.
  • Dark frame subtraction.
  • Flat field removal (hue shifts, dust removal, vignetting correction).
  • Hot and dead pixel filters.
  • Metadata (Exif and IPTC) editor.
  • A processing queue to free up the CPU during editing where instant feedback is important and to make maximal use of it afterwards.

Output formats

Output format can be selected from:[5]

  • TIFF (8-bit and 16-bit)
  • JPEG (8-bit)
  • PNG (8-bit and 16-bit)

Version history

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:

  • New licensing: RawTherapee is now released under the GPL licence.
  • New interface layouts possible offering more efficient screen space usage. Separate file browser and processing queue tabs. A choice between "single tab filmstrip mode" and "multiple tab mode", both with the possibility of having the tabs positioned vertically.
  • Ability to open multiple images simultaneously.
  • New preview logic. Faster and smoother zooming and panning. Smoother preview image.
  • Numerous new filters and demosaicing algorithms.

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:

  • New engine, all processing takes place in 32-bit floating point for high precision.
  • UI is improved and more customizable.
  • New image processing tools, like black point compensation, new highlight recovery methods, automatic distortion control on Four Thirds system cameras, flat field correction, dark frame subtraction, etc.
  • Improved color management, with high precision custom profiles created for some cameras specifically for RawTherapee.
  • CIE Color Appearance Model 2002 implementation.

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.[6]

4.1

RawTherapee 4.1-stable was released on the 21st of May, 2014.[7]

4.2

RawTherapee 4.2-stable was released on the 24th of October, 2014.[8]

See also

References

  1. Repository of the latest releases
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. RawTherapee acronym dropped
  4. RawPedia - The Floating Point Engine
  5. Lua error in package.lua at line 80: module 'strict' not found.
  6. Maximizing memory efficiency
  7. RawTherapee 4.1 is out!
  8. RawTherapee 4.2 is out!

External links