11357 Commits

Author SHA1 Message Date
Ingo Weyrich
7a4ad241a2
Merge pull request #6138 from Beep6581/issue_6137
Speedup for wavelets/final touchup/local contrast
2021-02-27 17:18:52 +01:00
Desmis
b58f643d59
Local adjustments - Grain - various improvment - see issue #2460 (#6120)
* Fixed bad behavior saturation issue 6117

* Reenable scalegr for grain

* some changes to grain

* Init lagrain

* Various improvment GUI - gamma

* Change basic - normal grain
2021-02-27 08:13:44 +01:00
Thanatomanic
a6a368e682 Allow resizing of navigator window. Patch by @Lawrence37. Fixes #6052 2021-02-27 08:03:36 +01:00
Thanatomanic
8d32d59b33
Basic color support for Canon EOS 2000D in camconst.json
Fixes #5495, but improvement possible
2021-02-27 07:49:57 +01:00
Ingo Weyrich
bb12519eec
Merge pull request #6141 from Beep6581/issue_6140
Segfault in wavelet/denoise, fixes #6140
2021-02-26 18:14:12 +01:00
Ingo Weyrich
84d463fbb9 Segfault in wavelet/denoise, fixes #6140 2021-02-26 17:18:45 +01:00
Ingo Weyrich
4f880b346a add a cppcheck-suppress 2021-02-26 14:19:52 +01:00
Ingo Weyrich
fb72b6c626 Keep original code, Optimizer will catch that 2021-02-26 13:47:08 +01:00
Ingo Weyrich
d3c536b0d8 Fix clang build 2021-02-26 13:01:02 +01:00
Ingo Weyrich
d7327e8b05 left original code in comments 2021-02-26 12:41:23 +01:00
Ingo Weyrich
10e0ab4eaa Speedup final touchup local contrast 2021-02-25 23:10:37 +01:00
Ingo Weyrich
9ba266c21f added some stopwatches 2021-02-25 22:44:50 +01:00
Thanatomanic
1214450aaa Small fixes to Gtk::Grid::attach for compilation with gtkmm 3.22 2021-02-25 17:49:05 +01:00
Thanatomanic
6f9f81b057
Merge pull request #6135 from luzpaz/typos
Fix various source comment typos
2021-02-25 16:27:53 +01:00
luz paz
fe795b419c Fix various source comment typos
Found via `codespell -q 3 -S ./rtdata/languages -L ba,bord,childs,hist,fo,reall,bloc,alph,dof,inout,thre,makro,chang,currentry,preserv,portugues,struc,trough,vektor,`
2021-02-25 09:49:27 -05:00
Ingo Weyrich
f727477710
Make some more files cppcheck clean (#6133)
* Make some more files cppcheck clean

* revert change of dcrop.cc from last commit

* Replace calculation: y = pow(x, 1/ (2.f * 2.f)) by y = sqrt(sqrt(x))

* Revert "Replace calculation: y = pow(x, 1/ (2.f * 2.f)) by y = sqrt(sqrt(x))"

This reverts commit d639c67249f1723fa9f9e55e0442afcb862eba91.
2021-02-24 22:39:23 +01:00
Ingo Weyrich
7a2463a81a
make improcfun.cc cppcheck and -Wextra clean (#6128)
* make improcfun.cc cppcheck clean

* improcfun.cc: add -Wdouble-promotion to stay clean about this warning in future, because we are clean about it atm

* improcfun.cc: some cleanups, now this file is -Wextra clean. Let's keep it clean...

* improcfun.cc : Fix LGTM alert
2021-02-23 23:06:51 +01:00
Thanatomanic
0694eb1d3d
Update .clang-format to prevent unwanted sorting of includes 2021-02-23 17:38:52 +01:00
Adam Reichold
a349559e40
Merge pull request #6126 from adamreichold/fix-signed-unsigned-comparison-warning
Fix GCC warning about comparing signed and unsigned integers.
2021-02-22 20:53:32 +01:00
Adam Reichold
fc23c0fbfa Fix GCC warning about comparing signed and unsigned integers. 2021-02-22 18:40:38 +01:00
Thanatomanic
310239dfbd Add clang-format format file\nThis allows formatting in e.g. VSCode similar to AStyle. 2021-02-22 15:35:13 +01:00
Ingo Weyrich
c5a6c9fb3d
make iplocallab.cc cppcheck and also -Wdouble-promotion clean #6119 (#6122)
* iplocallab.cc: some cppcheck fixes, also some cleanups and speedups, #6119

* iplocallab.cc: fix remainig cppcheck issues. Now this file is cppcheck clean, #6119

* make iplocallab.cc -Wdouble-promotion clean, #6119

* Fix compilatio issue

* Fix compilation issue
2021-02-22 12:03:53 +01:00
Ingo Weyrich
24df5166f2 assume SAMPLEFORMAT_UINT for tiff files when SAMPLEFORMAT_VOID is set 2021-02-21 13:32:16 +01:00
Desmis
9e159deb01
Local adjustments - Blur and noise radius > 1.5 increase saturation issue #6117 (#6118)
* Fixed bad behavior saturation issue 6117

* Reenable scalegr for grain

* Add forgotten brackets
2021-02-19 13:06:34 +01:00
Thanatomanic
de15da1d59
Fix new color propagation method (#6109)
* Fixed artifacts thanks to Alberto

* Added blur to Color propagation

* Clean format code - small improvments

* color propagation: Enable old mode at blur = 0

* Improve GUI

* color propagation: smooth progress bar for blur > 0

* change label

* Some cleanups

* color propagation: small speedup for blur > 0

* color propagation: speedup for blur > 0 when region with clipped highlights is small

* Speed-up for blur=1 - clean GUI code

* color propagation: cleanups

* Harmonize events in tonecurve.cc

* tonecurve.cc : cleanup

* Highlight reconstruction: small changes to gui

* Use Gtk::Box instead of Gtk::VBox

* Change maximum number of blur levels to 4

* Suppress BENCHFUN

* Suppress bad commit locallabtools

Co-authored-by: Desmis <jdesmis@gmail.com>
Co-authored-by: Ingo Weyrich <heckflosse67@gmx.de>
2021-02-18 13:36:54 +01:00
Ingo Weyrich
d29d5e144b
Update locallabtools.cc
Fix wrong fix from last commit...
2021-02-17 15:38:29 +01:00
Ingo Weyrich
036a590db1 Fix adjuster default value 2021-02-17 13:41:25 +01:00
Thanatomanic
fc031ccb5a
Remove deprecated GTK3 code, fixes #6103 (#6113)
Replaces the following deprecated Gtk classes throughout the codebase by their non-deprecated counterparts. Style, HBox, VBox, HPaned, VPaned, HScrollbar, VScrollbar, VSeparator, HSeparator, Stock, Table, VScale and HScale.
2021-02-17 11:44:25 +01:00
Beep6581
a349d17b08
Merge pull request #6072 from Beep6581/issue-templates
Update issue templates
2021-02-16 20:15:34 +01:00
Ingo Weyrich
0cc6ae979f silence warnings, #6105 2021-02-16 12:12:25 +01:00
Ingo Weyrich
a1f3edbeab delayed.h : fix cppcheck warnings 2021-02-14 17:48:37 +01:00
Ingo Weyrich
c3df0b1d86 LUT.h : fix cppcheck warnings 2021-02-14 17:48:10 +01:00
Ingo Weyrich
53e86a7433
Merge pull request #6056 from ff2000/ori_filetype
Add ORI to the recognized file formats
2021-02-14 17:26:34 +01:00
Ingo Weyrich
6454737d0c Merge branch 'dev' of https://github.com/Beep6581/RawTherapee into dev 2021-02-09 12:39:07 +01:00
Ingo Weyrich
b7b5d48d2f Automatic distortion correction crashes on particular image, fixes #6104 2021-02-09 12:38:39 +01:00
Desmis
9b0bbdd276
Local adjustments - Neutralize process after LA when when the user uses preview deltaE (#6099)
* Add others methods RGB process - to preview dE

* added others process to neutralize preview dE

* Added others process to neutralize preview dE

* Change scope placement for all tools
2021-02-09 07:31:54 +01:00
Ingo Weyrich
e586f1b53e Fix broken PENTAX *ist D decoding 2021-02-08 14:37:50 +01:00
Desmis
d369efb045
Local adjustments - Placement of LA in the processing order - issue #6069 (#6080)
* LA change location in pipeline

* Improvment to events

* Second improvment events

* Another change events

* Change all events TRANSFORM to HDR

* Change in Log encoding for exposure now after

* Small change in Log encoding for calculation Black Ev and White Ev

* Change events for log encoding

* Add M_INIT | M_LINDENOISE | M_HDR to dcrop.cc

* Avoid unnecessary convertion from rgb to lab and back if local adjustments are not used, #6069

* Tooltip preview dE - disabled when BW

* Fixed issue 6092 - preview dE when BW is enabled

Co-authored-by: Ingo Weyrich <heckflosse67@gmx.de>
2021-02-07 07:47:30 +01:00
Thanatomanic
3a6f91e996 Updated issue templates. More compact. 2021-02-06 08:54:24 +01:00
Desmis
6ad419f189
Local adjustments - Denoise - improvments with Non Local means issue #6087 (#6091)
* Improvment to denoise

* Initialize nlmeans - thanks to Alberto and Ingo

* Added 2 sliders max_patch and max_radius

* Added Frame Non-local means

* Improve GUI and tooltips - french

* Change dfault detail - and comment code

* Change label

* Adapt English tooltip

* Change GUI for NLmeans

* Change order GUI denoise

* Some changes to enable DCT - labels and tooltips

* French labels tooltip

* Change order combobox mode denoise - labels - tooltips

* Change tooltip Denoise based on luminance mask

* Change a tooltip

* Removes unnecessary code

* Nlmeans add gamma to preserve structure or reinforce denoise

* Change gamma tooltip

* Change tooltip Recovery denoise

* Disabled nlmeans if skip > 5

* Change tooltip - size limit spot Nlmeans 150-150

* Change gamma Nlmeans

* Supress display console

* Speedup for gammalog and igammalog, #6087

* SSE code for (i)gammalog, #6087

Co-authored-by: Ingo Weyrich <heckflosse67@gmx.de>
2021-02-05 16:24:43 +01:00
freddii
1d98ff8ca4
added german comment to rawtherapee.desktop.in (#6096) 2021-02-05 15:19:26 +01:00
Pandagrapher
b798f4812d
Merge pull request #6093 from Pandagrapher/origin_dev
Local Adjustments - Fix for GUI issue #6082
2021-02-04 17:00:36 +01:00
Pandagrapher
1640dfcea9 Avoid resetting spot shape when switching from Normal to Excluded spot 2021-02-03 18:45:52 +01:00
Ingo Weyrich
cce2f5053e Colour propagation: reduce memory usage 2021-02-02 17:53:27 +01:00
Morgan Hardwood
408636141c Bumped date in license to 2021 2021-02-01 10:22:38 +01:00
Ingo Weyrich
7a0d2dddc9 Fix flat field correction for multiframe raw files 2021-01-31 14:09:41 +01:00
Desmis
6b1e5d6181
Ciecam - Take into account issue #6022 choice between classic - symmetric - mixed - for cat02/16 (#6079)
* Change mode cat02-16 auto

* Change tooltip
2021-01-30 07:35:07 +01:00
Desmis
727c9557b4
Local adjustments - Mask - Change behavior Laplacian (#6075)
* Change Laplacian action in mask

* Change tooltip Laplace
2021-01-28 07:32:07 +01:00
Desmis
a5280fddf5 Local adjustments - Enable Disable spot with Denoise 2021-01-26 08:10:19 +01:00
Desmis
6d1ba3285b Change label CBDL for Contrast by Detail Levels 2021-01-25 10:51:30 +01:00