RawTherapee

rawtherapee.com
RawTherapee

A powerful raw photo processing system and editor, for non-destructive editing of raw digital photos

Open Source

RawTherapee Source Code

Author

RawTherapee

Description

A powerful cross-platform raw photo processing program

#photography#raw#rawtherapee

Homepage

https://rawtherapee.com

License

GPL-3.0

Created

11 Aug 15

Last Updated

16 Jun 26

Latest version

pre-dev-github-actions

Primary Language

C++

Size

206,378 KB

Stars

3,988

Forks

399

Watchers

3,988

Language Usage

Language Usage

Star History

Star History

Recent Commits

  • Lawrence37 (23 May 26)

    Merge pull request #7693 from RawTherapee/build-libjxl-fix Fix for random AppImage build failures on libjxl installation step

  • Lawrence37 (16 May 26)

    Set libjxl build parallelism to number of cores

  • Lawrence37 (16 May 26)

    Merge pull request #7690 from Lawrence37/windows-utf-8-exif-fix EXIF data with Exiv2 v0.28+ on Windows when file name has special characters

  • Lawrence Lee (10 May 26)

    Fix EXIF reading on Windows 10 and newer Starting with Exiv2 v0.28, file names are accepted in UTF-8. EXIF data may not be readable if the image file name or path contains special characters unless UTF-8 is enabled on Windows. Embed an application manifest file in the .exe files to enable the UTF-8 code page. Works on Windows 10 and up.

  • Lawrence37 (10 May 26)

    Merge pull request #7689 from kaesa/ghsonehist Removes black point line from history when Automatic Black point and White point is enabled.

  • kaesa (09 May 26)

    Msking Auto Black point and White point processing from users. Fixes overly verbose black point written to history when automatic is enabled.

  • Lawrence37 (03 May 26)

    Merge pull request #7678 from Lawrence37/translation-diffs-5.13 Finalize default language file and synchronize translations for 5.13

  • Lawrence37 (03 May 26)

    Merge pull request #7673 from Lawrence37/libraw-0.22.1 LibRaw 0.22.1

  • Lawrence37 (03 May 26)

    Merge pull request #7672 from Lawrence37/camconst-updates-5.13 camconst updates for 5.13

  • Lawrence37 (03 May 26)

    Merge pull request #7607 from kaesa/firstpass Fixes issues related to thumbnail generation firstpass

  • Lawrence37 (02 May 26)

    Merge pull request #7679 from qwe854896/dev fix: invalid ThumbBrowserEntryBase comparators

  • Esa (02 May 26)

    Fixes Capture sharpening history spam (#7682) Co-authored-by: kaesa <[email protected]>

  • kaesa (29 Apr 26)

    * Prevent PreviewLoader from calling previewsFinished twice when jobs complete normally.

  • kaesa (29 Apr 26)

    * Addresses concerns that came up in review. It is not possible to completely avoid the possiblity of a double previewsFinished call though.

  • Jun-Hong Cheng (27 Apr 26)

    fix: invalid ThumbBrowserEntryBase comparators

  • Lawrence Lee (26 Apr 26)

    Run translation diff generation script

  • Lawrence Lee (26 Apr 26)

    Format and clean up default language file

  • Lawrence37 (26 Apr 26)

    Merge pull request #7645 from Lawrence37/sony-ilce-7m5-raw-crop Sony ILCE-7M5 raw crop and white level

  • Lawrence37 (26 Apr 26)

    Merge pull request #7667 from Lawrence37/small-jpeg-denoise-crash-fix Fix for crash on small images

  • Lawrence37 (26 Apr 26)

    Merge pull request #7666 from Lawrence37/github-workflows-5.13 Upgrades for workflows

  • Lawrence37 (26 Apr 26)

    Merge pull request #7665 from RawTherapee/windows-open-with-rawtherapee-console No console in Windows when using Open with RawTherapee

  • Lawrence37 (26 Apr 26)

    Merge pull request #7644 from Lawrence37/eos-r6-mark-iii-camconst Canon EOS R6 Mark III camconst masked areas (and raw crop)

  • Lawrence37 (26 Apr 26)

    Merge pull request #7670 from srv1n/codex/local-macos-build fix: respect explicit PROJECT_SOURCE_DIR in UpdateInfo.cmake on macOS

  • Lawrence Lee (20 Apr 26)

    Squashed 'rtengine/libraw' changes bcb267e0d5 new SensorCode used to apply crop. Its the same sensor as X2D so the final size and matrix is the same 16801be5a9 better crop eb2be0dfcb add correct crops for Full size uncompressed, and M mode 0c62f2cc7e add compatibility, dng matrix, correct crop

  • Lawrence Lee (20 Apr 26)

    Upgrade LibRaw to 0.22.1

  • Lawrence Lee (20 Apr 26)

    Squashed 'rtengine/libraw/' changes from 0b56545a4f..b860248a89 b860248a89 Changelog for 0.22.1 b59a388f5b Limit strcat space in hassy model manipulation c0f89f30a7 Version increment; shlib increment: internal ABI has changed 69d6cfafc8 check panasonic enc8 tile width against image width e36b26a5d9 CR3 parser: zero all buffers before fread 5cc71db156 skip memory allocation checks for OWN_ALLOC decoders; DNG SDK glue: check for memory limits; raw2image()/dcraw_process() - check for int16 source data present fcbad80701 Check for correct bayer pattern, pass incorect ones to vng_interpolate 53365ec449 parse_rollei: zero input string before fgets 2468614a9c Nikon padded/12bit: no need to calculate padded row size before final raw_width adjustment aa4458eb51 Fix for data size calculation integer overflow in float/deflated DNG loader (TALOS-2026-2364); Check for read results c911c9b9ed Fix for TALOS-2026-2363: avoid integer overflow in allocation size calculation. Also: check for EOF in read loop ac151a829b X3F decoder: implemented hard single allocation limit via LIBRAW_X3F_ALLOC_LIMIT_MB define; allocation size calculation converted to 64 bit arithm; fix for TALOS-2026-2359 b9809e410d Fix for TALOS-2026-2358 75ed2c12a3 Fix for TALOS-2026-2331 5357bb5fc6 Fix for TALOS-2026-2330 f571e44701 Sony YCC decoder: check tile size; add +3 bytes to input buffer to avoid possible overrun in huffman decoder dae685a198 FP DNG data limit: perform calculations in 64 bit 20b7125fb0 Add extra huff_coeff item to handle huff_index==17 with known (zero) value, not externally provided tag value 0109312cb7 use %lld format for timestamp parse/print where appropriate 3e24d0740e nikon coolscan loader: check for EOF f98a8712a5 Initialize olympus lensID bits 4484c3020e CR3 parser: all file offsets are unsigned/64bit; check current offset against file size e628adaa5d Add Canon EOS Kiss M2 to camera list fcb1cc0dad Check real color count against filters; do not pass really 4-color images to fbdd or advanced demosaic 95990e527a Use LIBRAW_EXCEPTION instead of own internal in losslessjpeg.h 33479aecac zero input string to avoid compare random stack garbage with tag names cb2fa92051 Check for eof in Pentax tag search loop 24ba343e87 Fuji decoder: initialize allocated buffers git-subtree-dir: rtengine/libraw git-subtree-split: b860248a89d9082b8e0a1e202e516f46af9adb29

  • Lawrence Lee (19 Apr 26)

    Add white level for Canon PowerShot V1 Taken from ART.

  • Lawrence Lee (19 Apr 26)

    Add color matrices for DC-G97 and CFV-100c Add color matrices from Adobe DNG Converter 18.3 for: Panasonic DC-G97 Hasselblad CFV-100c

  • Lawrence Lee (19 Apr 26)

    Add camera aliases to cammatrices.json Add: FUJIFILM GFX100 II FUJIFILM GFX100RF FUJIFILM GFX50S II NIKON Z5_2 Olympus OM-3 Olympus OM-5MarkII

  • Lawrence Lee (19 Apr 26)

    Update cammatrices.json with ADC 18.3

RawTherapee Security

3.2/10

Repo Security Summary

Updated 01 Jun 26

  • Maintained 10/10
  • Code-Review 3/10
  • Packaging N/A
  • CII-Best-Practices 0/10
  • Dangerous-Workflow 0/10
  • Token-Permissions 0/10
  • Binary-Artifacts 10/10
  • Security-Policy 0/10
  • License 10/10
  • Fuzzing 0/10
  • Pinned-Dependencies 0/10
  • Signed-Releases 0/10
  • Branch-Protection 1/10
  • SAST 10/10

RawTherapee Website

Website

Home | RawTherapee

About RawTherapee is a powerful, cross-platform raw photo processing system, released as Free Software (GPLv3). It is designed for developing raw files from a broad range of digital cameras and targeted at users ranging from enthusiast newcomers who wish to broaden their understanding of how digital imaging works to professional photographers. RawTherapee provides a powerful suite of tools for you to produce amazing photos and showcase your creativity.

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 CZ
  • SE SE
  • SK SK

Safety Score

Website marked as safe

100%

Blacklist Check

rawtherapee.com was found on 0 blacklists

  • AntiSocial Blacklist
  • Artists Against 419
  • Badbitcoin
  • Bambenek Consulting
  • CERT Polska
  • CoinBlockerLists
  • CRDF
  • CryptoScamDB
  • EtherAddressLookup
  • EtherScamDB
  • Fake Website Buster
  • MetaMask EthPhishing
  • NABP Not Recommended Sites
  • OpenPhish
  • PetScams
  • PhishFeed
  • PhishFort
  • Phishing.Database
  • PhishStats
  • PhishTank
  • Phishunt
  • RPiList Not Serious
  • Scam.Directory
  • SecureReload Phishing List
  • Spam404
  • StopGunScams
  • Suspicious Hosting IP
  • ThreatFox
  • ThreatLog
  • TweetFeed
  • URLhaus
  • ViriBack C2 Tracker

Website Preview

Website preview

RawTherapee Reviews

More Image Editors

About the Data: RawTherapee

Change History

  • Added

API

You can access RawTherapee's data programmatically via our API. Simply make a GET request to:

https://api.awesome-privacy.xyz/v1/services/rawtherapee

The REST API is free, no-auth and CORS-enabled. To learn more, view the API Docs or read the API Usage Guide.

Share RawTherapee

Help your friends compare Image Editors, and pick privacy-respecting software and services.
Share RawTherapee and Awesome Privacy with your network!

View Image Editors (8)