• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/H04-Feb-2020-7569

cmake/modules/H04-Feb-2020-211171

doc/manpage/H04-Feb-2020-7471

licenses/H03-May-2022-329259

rtdata/H03-May-2022-53,93952,956

rtengine/H03-May-2022-157,697121,409

rtexif/H03-May-2022-14,71912,805

rtgui/H03-May-2022-108,07578,125

tools/H03-May-2022-3,1142,264

.gitignoreH A D04-Feb-2020455 4740

AboutThisBuild.txt.inH A D04-Feb-2020392 1615

CONTRIBUTING.mdH A D04-Feb-20202.1 KiB2926

ProcessorTargets.cmakeH A D04-Feb-20202.4 KiB3725

README.mdH A D04-Feb-20202.8 KiB4226

ReleaseInfo.cmakeH A D04-Feb-2020200 87

UpdateInfo.cmakeH A D04-Feb-20205.5 KiB11194

astylert.batH A D04-Feb-202043 11

clean.batH A D04-Feb-2020581 2823

com.rawtherapee.RawTherapee.appdata.xmlH A D04-Feb-20204 KiB5453

headerH A D04-Feb-2020772 1918

rawtherapee.astylercH A D04-Feb-2020101 98

win.cmakeH A D04-Feb-20203.9 KiB5141

README.md

1![RawTherapee logo](https://www.rawtherapee.com/images/logos/rawtherapee_logo_discuss.png)
2
3RawTherapee is a powerful, cross-platform raw photo processing program, released as [libre software](https://en.wikipedia.org/wiki/Free_software) under the [GNU General Public License Version 3](https://opensource.org/licenses/gpl-3.0.html). It is written mostly in C++ using a [GTK+](https://www.gtk.org) front-end. It uses a patched version of [dcraw](https://www.dechifro.org/dcraw/) for reading raw files, with an in-house solution which adds the highest quality support for certain camera models unsupported by dcraw and enhances the accuracy of certain raw files already supported by dcraw. It is notable for the advanced control it gives the user over the demosaicing and development process.
4
5## Target Audience
6
7RawTherapee is designed for developing raw files from a broad range of digital cameras, as well as [HDR DNG](https://helpx.adobe.com/photoshop/digital-negative.html) files and non-raw image formats ([JPEG](https://en.wikipedia.org/wiki/JPEG), [TIFF](https://en.wikipedia.org/wiki/Tagged_Image_File_Format) and [PNG](https://en.wikipedia.org/wiki/Portable_Network_Graphics)). The target audience ranges from enthusiast newcomers who wish to broaden their understanding of how digital imaging works to semi-professional photographers. Knowledge in color science is not compulsory, but it is recommended that you are eager to learn and ready to read our documentation ([RawPedia](https://rawpedia.rawtherapee.com/)) as well as look up basic concepts which lie outside the scope of RawPedia, such as [color balance](https://en.wikipedia.org/wiki/Color_balance), elsewhere.
8
9Professionals may use RawTherapee as well while enjoying complete freedom, but will probably lack some peripheral features such as [Digital Asset Management](https://en.wikipedia.org/wiki/Digital_asset_management), printing, uploading, etc. RawTherapee is not aimed at being an inclusive all-in-one program, and the [open-source community](https://en.wikipedia.org/wiki/Open-source_movement) is sufficiently developed by now to offer all those peripheral features in other specialized software.
10
11## Links
12
13Website:
14https://www.rawtherapee.com/
15
16Forum:
17https://discuss.pixls.us/c/software/rawtherapee
18
19Features:
20https://rawpedia.rawtherapee.com/Features
21
22Documentation:
23https://rawpedia.rawtherapee.com/
24
25Download RawTherapee:
26https://www.rawtherapee.com/downloads
27
28Download source code tarballs:
29https://www.rawtherapee.com/shared/source/
30
31## Compilation, Branches and Git
32Refer to RawPedia for a detailed explanation of how to get the necessary dependencies and how to compile RawTherapee.
33
34Linux:
35https://rawpedia.rawtherapee.com/Linux
36
37Windows:
38https://rawpedia.rawtherapee.com/Windows
39
40macOS:
41https://rawpedia.rawtherapee.com/macOS
42