12590 Commits

Author SHA1 Message Date
Lawrence Lee
e599f71bf2
Remove unused rawimage functions
Prevent accidental use of these functions that will not supply the
correct data when using LibRaw.
2023-12-31 12:03:16 -08:00
Lawrence Lee
dca44bb89a
Fix crash loading multi-frame RAFs with LibRaw
Set the frame number when reading image metadata.
2023-12-31 12:00:45 -08:00
Lawrence37
255a0c7086
Merge pull request #6906 from Lawrence37/fix-odd-raw-crop-raw-ca
Fix for wrong colors when the demosaic border is odd (dev)
2023-12-23 11:18:31 -08:00
Lawrence37
d0e36ee509
Merge pull request #6904 from Lawrence37/fix-odd-raw-crop-raw-ca
Fix for wrong colors when the demosaic border is odd
2023-12-23 11:14:37 -08:00
Lawrence37
85746a8093
Fix bad colors when demosaic border is odd
Colors are incorrect if the demosaic border is odd and raw chromatic
aberration is enabled.
2023-12-21 22:09:32 -08:00
Alexander Brock
1286fbacd6 Merge branch 'dev' of https://github.com/Beep6581/RawTherapee into defish 2023-12-18 17:44:24 +01:00
Lawrence Lee
2b7889b645
Add option to disable LibRaw in preferences 2023-12-17 16:00:30 -08:00
Lawrence Lee
f296991419
Implement DNG gain map for LibRaw 2023-12-17 16:00:30 -08:00
Desmis
31bf942d92
Local adjustments - Show additional settings - link with complexity (#6899)
* Change hishow -additional seeting - with complexity

* Modify windows.yml and appimage.yml

* Fixed bug in duplicate spot

* Remove pre-dev builds
2023-12-17 08:37:20 +01:00
Lawrence37
1839db448d
Merge pull request #6793 from Lawrence37/nr-gain
Option for disabling noise reduction gain
2023-12-16 11:11:24 -08:00
Lawrence Lee
badbb9fbe2
Add checkbox for disabling NR gain
Option to disable noise reduction automatic gain for consistency between
photographs.
Fix automatic gain not being recalculated after changing the white level
correction.
2023-12-16 11:10:11 -08:00
Lawrence37
91bf250201
Merge pull request #6853 from Beep6581/cherry-pick-5.10
Cherry-picked fixes for 5.10
2023-12-13 12:54:17 -08:00
Desmis
886c7f5498
LA exposure hide show sliders when expcomp different from zero (#6892) 2023-12-12 22:15:11 -08:00
Lawrence Lee
7c619f87bc
Fix WB method reset when not using English
Use the GUI label for "Camera" instead of hard-coding it.
2023-12-12 22:15:10 -08:00
U-PCSPECIALIST01\jdesm
339fdd9f04
Ftblockdn - remove unwanted messages in console 2023-12-12 22:15:09 -08:00
Desmis
f6aa9b86cb
White Balance - temperature correlation in batch mode - issue #6867 (#6877)
* Change Itcwb in simpleprocess

* Change for auto RGBgrey

* remove unnecessary code
2023-12-12 22:15:08 -08:00
Lawrence Lee
d5ba3cf232
Fix crash in noise reduction
Fix upper bound for array access while building histogram of absolute
values in mean absolute deviation (MAD) calculation.

Fixes #6871.
2023-12-12 22:15:07 -08:00
Morgan Hardwood
1f9b21cbc0
Removed gzip from windows.yml workflow #6864
gzip is now included as part of the MSYS2 base install.
2023-12-12 22:15:06 -08:00
Miloš Komarčević
2b98bfb605
Streamline Windows build action
Use pacboy for msystem independent install
Use build directory directly from CMake
Remove lensfun patch (included upstream)
2023-12-12 22:15:05 -08:00
Lawrence Lee
01e8af8c89
Fix color toning layers being hidden
Request resizing of tool widgets after being attached to the tool panel.
2023-12-12 22:15:04 -08:00
U-PCSPECIALIST01\jdesm
ad4bd7dee5
Auto white balance - change label and tooltip 2023-12-12 22:14:57 -08:00
Beep6581
bdb5a72400
Merge pull request #6895 from Christian-Kr/dev
Exclude cmake-build directory from git.
2023-12-10 23:01:25 +01:00
Beep6581
ea3d620f9f
Merge pull request #6891 from marter001/german-translation-5-10
update german translations for release 5.10 and fix typos on default
2023-12-10 22:52:57 +01:00
Christian Kr
92b3c46ba3 Exclude cmake-build directory from git. 2023-12-04 13:09:14 +01:00
Lawrence Lee
17d6759140
Enable debug build for AppImage 2023-12-02 12:21:53 -08:00
Lawrence Lee
478e04e307
Remove pre-dev publish branches 2023-12-02 12:00:47 -08:00
Desmis
32aca270ec
LA exposure hide show sliders when expcomp different from zero (#6892) 2023-12-02 08:24:42 +01:00
Lawrence Lee
20d3311931
Add decoding through LibRaw
Decode raw files with LibRaw and fall back to dcraw if LibRaw is unable
to read the file.
2023-12-01 21:15:13 -08:00
Lawrence Lee
330f99832e
Fix WB method reset when not using English
Use the GUI label for "Camera" instead of hard-coding it.
2023-11-26 16:25:06 -08:00
Martin
0d714c6ea4
revert changes to default file 2023-11-21 21:42:45 +01:00
Martin
0695e2ccc5
fix typos 2023-11-21 21:39:13 +01:00
Martin
eedf9ab269
update german translations
German translations for release 5.10
2023-11-21 21:36:09 +01:00
Lawrence Lee
a95a58a8a3
Fix sRGB working profile crash
The sRGB working profile cannot be found under some conditions because
the profile name is stored as a Glib::ustring and the same strings may
not be equal when using different locales. Use std::string whenever
comparing profile names.
2023-11-19 17:22:43 -08:00
Alexander Brock
5cbf9bc560 Merge branch 'dev' of https://github.com/Beep6581/RawTherapee into defish 2023-11-20 00:06:25 +01:00
Lawrence37
33a2d1c767
Format code
Move `const` to the front.
2023-11-17 21:08:24 -08:00
U-PCSPECIALIST01\jdesm
1e7cedf3cb Ftblockdn - remove unwanted messages in console 2023-11-17 09:38:46 +01:00
Lawrence Lee
638ecc4cde Squashed 'rtengine/libraw/' content from commit cccb97647
git-subtree-dir: rtengine/libraw
git-subtree-split: cccb97647fcee56801fa68231fa8a38aa8b52ef7
2023-11-12 11:49:00 -08:00
Lawrence Lee
3f5c3988e5 Merge commit '638ecc4cde79b0296f2e04f683ca4cb881c28f36' as 'rtengine/libraw' 2023-11-12 11:49:00 -08:00
Lawrence Lee
c5bb1f093e
Fix issues found by AddressSanitizer
Fix memcpy overlap in TIFF reader.
Fix memory leaks of SpotRows in control spot panel.
Fix memory leaks of SpotRows in locallab.
Fix memory leak of Glib::ThreadPool in file browser entry.
Fix memory leak of Glib::ThreadPool in thumbnail image updater.
2023-11-11 16:56:34 -08:00
Lawrence Lee
f25659307c
Calculate focus distance for Nikon Z cameras 2023-11-11 14:57:24 -08:00
Alberto Griggio
e5d389e271
metadata: fixed focus distance computation
A wrong focus distance calculation was affecting lensfun vignetting correction
2023-11-09 21:22:37 -08:00
Desmis
5acf1c0a7f
White Balance - temperature correlation in batch mode - issue #6867 (#6877)
* Change Itcwb in simpleprocess

* Change for auto RGBgrey

* remove unnecessary code
2023-11-07 07:38:13 +01:00
Lawrence Lee
831a9bbd55
Fix crash when opening image in editor
Do not access uninitialized raw image data. The raw data is requested
when the demosaic mode is set to None and the cursor is moved over the
image in the editor. It can occur before the raw data is loaded.
2023-11-03 21:48:21 -07:00
Alexander Brock
10ff073b62 Merge branch 'dev' of https://github.com/Beep6581/RawTherapee into defish 2023-10-30 15:17:20 +01:00
Alexander Gruzintsev
4291c33fe4 Add zoom limit feature 2023-10-30 09:55:14 +01:00
Alexander Gruzintsev
de82b9fc7a Fix warnings: conversion to double/float, unused variables, register keyword 2023-10-30 08:18:33 +01:00
Lawrence Lee
0e835e8c00
Fix crash in noise reduction
Fix upper bound for array access while building histogram of absolute
values in mean absolute deviation (MAD) calculation.

Fixes #6871.
2023-10-29 16:20:12 -07:00
Pandagrapher
3eb73fb225 Merge with 'Beep6581/dev' 2023-10-20 13:16:03 +02:00
Pandagrapher
e3062e21e2 Fixing CropDraw cursor offsets 2023-10-20 13:02:43 +02:00
Lawrence Lee
b6f3ea421e
Remove recursive symlink browsing for Windows
Windows doesn't have symbolic links, so the preference should not be
shown.
2023-10-17 21:20:18 -07:00