RawTherapee
rawtherapee.com Windows, Mac OS, Linux
A powerful raw photo processing system and editor, for non-destructive editing of raw digital photos
- Homepage: rawtherapee.com
- GitHub: github.com/Beep6581/RawTherapee
- Web info: web-check.xyz/results/rawtherapee.com
RawTherapee Source Code
Author
Description
A powerful cross-platform raw photo processing program
Homepage
https://rawtherapee.comLicense
GPL-3.0
Created
11 Aug 15
Last Updated
28 Mar 24
Latest version
Primary Language
C++
Size
190,064 KB
Stars
2,505
Forks
297
Watchers
2,505
Language Usage
Star History
Top Contributors
-
@heckflosse (2444)
-
@Desmis (2254)
-
@Beep6581 (1726)
-
@Hombre57 (623)
-
@agriggio (612)
-
@Lawrence37 (481)
-
@oduis (436)
-
@Floessie (396)
-
@ogniw (331)
-
@thebiguno (210)
-
@Benitoite (176)
-
@TooWaBoo (168)
-
@Thanatomanic (164)
-
@Pandagrapher (150)
-
@michaelezra (140)
-
@adamreichold (121)
-
@innir (58)
-
@Krijger (53)
-
@rom9 (52)
-
@sgilbertson (41)
-
@ilyapopov (39)
-
@LoKolbasz (39)
-
@rfranke (22)
-
@thirtythreeforty (19)
-
@luzpaz (18)
-
@twrecked (13)
-
@mkyral (13)
-
@Bezierr (13)
-
@scx (9)
-
@Christian-Kr (8)
Recent Commits
-
Lawrence37 (24 Mar 24)
Merge pull request #7006 from hfiguiere/iplab2rgb-leak iplab2rgb: Fix memory leak
-
Lawrence37 (24 Mar 24)
Merge pull request #6962 from sgotti/read_raw_embedded_dcp Read embedded dcp profile from raw files
-
Lawrence37 (24 Mar 24)
Merge pull request #7003 from Lawrence37/om-digital-solutions-tg-7 Initial support for OM TG-7
-
Lawrence37 (24 Mar 24)
Merge pull request #6991 from sgotti/flat_field_different_black_levels Handle flat field images with different black levels than raw image
-
Lawrence37 (24 Mar 24)
Merge pull request #6769 from Lawrence37/browse-subfolder Recursive image browsing
-
Lawrence37 (24 Mar 24)
Merge pull request #6974 from Lawrence37/italian-translation Italian translation
-
Lawrence Lee (24 Mar 24)
Remove Adwaita cursors from Windows build
-
Hubert Figuière (17 Feb 24)
iplab2rgb: Fix memory leak Signed-off-by: Hubert Figuière <hub@figuiere.net>
-
Lawrence Lee (22 Mar 24)
Add initial support for OM TG-7 Read CFA pattern for OM Digital Solutions cameras. Use Olympus TG-6 camconst for the TG-7, since the dcraw matrix and raw crop are the same.
-
Simone Gotti (14 Mar 24)
Handle flat field images with different black levels than raw image For bayer images handle flat field images with different black levels than the raw image.
-
Lawrence37 (17 Mar 24)
Merge pull request #6992 from Pandagrapher/patch_linux Fix 'Hicolor' icon theme conflict when installing on Linux
-
Pandagrapher (16 Mar 24)
Do not install 'index.theme' file for linux build with 'BUILD_BUNDLE=OFF'
-
Lawrence37 (12 Mar 24)
Merge pull request #6983 from Lawrence37/canon-cam-wb-fix Read camera white balance for Canon EOS R6m2, R7, and more
-
Lawrence Lee (10 Mar 24)
Fix WB multipliers for some Canon cameras Read the correct tag for the as-shot multipliers (index 0x69). The port from LibRaw incorrectly used the tag at index 0x69 + 0x64, which is the daylight WB multipliers. This fix affects Canon cameras with color data versions 34 (EOS R3) and 48 (EOS R6m2, EOS R7, and EOS R10).
-
Lawrence Lee (09 Mar 24)
Adapt to real hi-DPI update Change recursive folder browsing button icon color and size.
-
Lawrence Lee (09 Mar 24)
Merge branch 'dev' into browse-subfolder
-
Lawrence37 (09 Mar 24)
Merge pull request #6981 from Lawrence37/dutch-translation Update Dutch translation
-
Lawrence37 (09 Mar 24)
Merge pull request #6977 from sgotti/denoise_gui_set_luminance_detail_adjuster_default_as_procparams_default denoise gui: set luminance detail adjuster default as procparams default
-
Lawrence Lee (09 Mar 24)
Update Dutch translation Supplied by paulmatthijsse (https://github.com/Beep6581/RawTherapee/issues/6979).
-
Desmis (09 Mar 24)
Local adjustments - set method Avoid Gamut to Munsell - better processing of highlights and gamut (#6965) * Avoidgamumethod set to Munsell-only * Set appimage.yml and windows.yml to la_gamutmunsell * Remove procparams conversion XYZ absolute tu Munsell only * Neutralize appimage.yml and windows.yml
-
Simone Gotti (08 Mar 24)
denoise gui: set luminance detail adjuster default as procparams default The rtgui denoise luminance detail adjuster widget default value is set to 50, but the procparams default is 0 causing some confusing behavior: when enabling the denoise tool in the gui the luminance detail value is set to the proc params default value (0), when resetting the adjuster the values is set to 50. This patch sets the adjuster default value to the procparams default value like the other adjusters.
-
Lawrence37 (08 Mar 24)
Merge pull request #6976 from Benitoite/patch-36 Windows/innosetup: comment out deleted font
-
Richard E Barber (07 Mar 24)
windows innosetup: comment out font bf988ad2744865f151611a2761a91c9d90f7ba83 removes the default font in favor of the OS default. `tools/win/InnoSetup/WindowsInnoSetup.iss.in` Line 122 causes the win build fail trying to load the deleted font.
-
Simone Gotti (26 Feb 24)
Read embedded dcp profile from raw files raw files, usually dng files, can provide a dcp profile by providing the related tags. This patch will make the "Use embedded" options in the color management panel selectable if the source raw file embeds a dcp profile. In this case the DCP panel will be enabled like when reading an external dcp profile. Additional changes: * Rename "Use embedded, if possible" to just "Use embedded" since the option is already disabled when no embedded profile is found. * Update the "Use embedded" options tooltip as it's now not related to only non raw images.
-
Desmis (07 Mar 24)
Change Tooltip Observer (#6975) * Change Tooltip Observer * Change observer tooltip 2
-
Lawrence37 (06 Mar 24)
Merge pull request #6830 from Pandagrapher/real_hidpi "Real" Hi-DPI support for RawTherapee GUI - Part 1
-
Pandagrapher (06 Mar 24)
Merge with 'Beep6581/dev'
-
Lawrence Lee (06 Mar 24)
Update Italian translation Translation provided by capejeaspaje (https://github.com/Beep6581/RawTherapee/issues/6971).
-
U-PCSPECIALIST01\jdesm (03 Mar 24)
Remove appimage.yml and windows.yml
-
Desmis (03 Mar 24)
Local adjustments - Chromaticity curve C(h) (#6964) * Chromaticity curve C(h) * Appimage.yml windows.yml lachroma
RawTherapee Website
Website
RawTherapee - Home
Redirects
Does not redirect
Security Checks
All 65 security checks passed
Server Details
- IP Address 37.9.175.165
- Hostname ing.r3.websupport.sk
- Location Bratislava, Bratislavsky kraj, Slovakia, EU
- ISP WebSupport S.R.O.
- ASN AS51013
Associated Countries
-
CZ
-
SE
-
SK
Saftey Score
Website marked as safe
100%
Blacklist Check
rawtherapee.com was found on 0 blacklists
- ThreatLog
- OpenPhish
- PhishTank
- Phishing.Database
- PhishStats
- URLhaus
- RPiList Not Serious
- AntiSocial Blacklist
- PhishFeed
- NABP Not Recommended Sites
- Spam404
- CRDF
- Artists Against 419
- CERT Polska
- PetScams
- Suspicious Hosting IP
- Phishunt
- CoinBlockerLists
- MetaMask EthPhishing
- EtherScamDB
- EtherAddressLookup
- ViriBack C2 Tracker
- Bambenek Consulting
- Badbitcoin
- SecureReload Phishing List
- Fake Website Buster
- TweetFeed
- CryptoScamDB
- StopGunScams
- ThreatFox
- PhishFort
Website Preview
RawTherapee Reviews
More Image Editors
-
A free, open source, cross-platform image editor. GIMP is a powerful tool for photo retouching, image composition, and image authoring. It is highly customizable, and supports a wide range of file formats.
-
A free, open source, professional vector graphics editor. It is a powerful tool for creating illustrations, icons, logos, diagrams, maps, and web graphics.
-
A more advanced take on Microsoft Paint. Suitable for basic image editing, with support for basic layers, unlimited undo/redo, and extendable via plugins
-
A free web-based image editor, with a modern UI. Also offers premium/paid features, such as AI-powered generation, touchup and editing
Not Open Source -
A free online image editor, for both raster and vector graphics, with a very wide range of supported formats
-
Digital painting application. Free and open source (backed by KDE), with cross-platform support, Krita is popular among both professional and amateur artists due to it's comprehensive feature set, and intuitive UI
-
A photography workflow application (similar to Adbobe Lightroom) Includes a non-destructive raw developer for raw images and managing digital negatives.
About the Data: RawTherapee
API
You can access RawTherapee's data programmatically via our API.
Simply make a GET
request to:
https://api.awesome-privacy.xyz/creativity/image-editors/rawtherapee
The REST API is free, no-auth and CORS-enabled. To learn more, view the Swagger Docs or read the API Usage Guide.
About the Data
Beyond the user-submitted YAML you see above, we also augment each listing with additional data dynamically fetched from several sources. To learn more about where the rest of data included in this page comes from, and how it is computed, see the About the Data section of our About page.
Share RawTherapee
Help your friends compare Image Editors, and pick privacy-respecting software and services.
Share RawTherapee and Awesome Privacy with your network!