Commit Graph

4669 Commits

Author SHA1 Message Date
Desmis
a64b2fc489 LA - Change SSE parameters for gammalog and igammalog 2021-11-12 13:01:32 +01:00
Ingo Weyrich
e4ee63850d Add an average filter for pixel shift to process the moving parts, closes #6376 (#6380) 2021-11-10 17:54:57 +01:00
Ingo Weyrich
7a5c95ce3f camconst: FUJIFILM GFX50R has same sensor as FUJIFILM GFX50S 2021-10-27 15:22:24 +02:00
Ingo Weyrich
c25970749d camconst: FUJIFILM GFX50S II has same sensor as FUJIFILM GFX50S 2021-10-26 16:43:16 +02:00
Ingo Weyrich
d053f02450 Do not explicit enable white balance when switching method, fixes #6365 2021-09-19 12:29:09 +02:00
Ingo Weyrich
dd549c2bb9 better fix for #6364 2021-09-19 12:27:07 +02:00
Ingo Weyrich
f47eb15d2b fix crash in dehaze, fixes #6364 2021-09-19 10:25:53 +02:00
Ingo Weyrich
355688b5e7 fix OOB access, fixes #6279, fixes #6352 (#6353) 2021-09-03 16:55:23 +02:00
Desmis
0991b0a380 Ciecam - re enable - curve brightness (#6350)
* Re enable curve ciecam brighness

* Change default tone curve2 to Brightness
2021-09-03 07:51:31 +02:00
Ingo Weyrich
38f15e1852 set border for demosaiced raw files to zero 2021-08-29 19:04:58 +02:00
Ingo Weyrich
e8b0785499 Nikon Z fc has same sensor as Nikon Z 50 2021-08-29 11:20:42 +02:00
Desmis
ba2985a44c Enable checkbutton preferences - ciecam artifacts (#6347) 2021-08-29 07:39:01 +02:00
Ingo Weyrich
8bd9bddfc7 New crop guide: square center, closes #6342 (#6345)
* New crop guide: square center, closes #6342

* Turn `CropParams::guide` into an `enum`

This saves recurring string comparisons.

Co-authored-by: Flössie <floessie.mail@gmail.com>
2021-08-25 15:25:59 +02:00
Desmis
55ceb5b248 Suppress warning curveMode2 not used 2021-08-24 07:42:00 +02:00
Desmis
b528d67910 Disabled in advanced mode tonecurves brightness 2021-08-23 10:51:53 +02:00
blitzgneisserin
e3bc8d0634 make spot removal tool bigger (#6339)
this change makes the spot removal tool bigger so it can be used for very large photos and to remove larger spots
2021-08-20 10:25:58 +02:00
Desmis
a2c8f329a8 Fixed bad behavior LA color correction grid - issue 6340 2021-08-19 12:51:08 +02:00
luzpaz
22f89bc752 Fix various typos (#6332)
* Fix various 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`

* Fix source typo

* Added requested revisions
2021-08-13 14:37:29 +02:00
Thanatomanic
1c4e1216d2 Regression fix: deduplicate EOS RP entry in camconst.json
Regression introduced with 6189a0e816
2021-08-10 18:11:19 +02:00
Flössie
2e0137d542 Move libc overloads in myfile.h to rtengine:: (fixes #6324) 2021-08-07 13:06:02 +02:00
Desmis
35e6a0e40c Change minimum size RT-spot for denoise 128x128 2021-08-06 11:38:10 +02:00
rom9
ef1c72cecd FilmNeg: save the BackCompat param only when needed. Related to #6303 2021-07-27 21:06:50 +02:00
Desmis
4a4a3d5905 Fixed bad behavior preview filmgrain issue 6311 (#6313)
* Fixed bad behavior preview filmgrain issue 6311

* Simplify algo
2021-07-25 14:39:16 +02:00
Ruslan Kabatsayev
9988fa1fdc Fix size of TIFFTAG_EXIFIFD as passed to TIFFSetField
Starting with libtiff 4.0.0, TIFFTAG_EXIFIFD has size of 64 bits, so it
must be set as a 64-bit value. Otherwise, since TIFFSetField is a
variadic function, there's no conversion, and the function reads garbage
into the higher dword.

This patch implements the fix and thus closes #5141.
2021-07-15 12:43:33 +03:00
Desmis
33ea50e2dd Abstrcat profile - fixed crash when BxBy aligned with RxRY GxGy 2021-07-04 14:27:44 +02:00
Desmis
7d8c876fd3 Abstract profile fixed crash when by=0.5 and all sliders to minimum 2021-07-04 13:17:08 +02:00
Thanatomanic
4d17114126 Remove errant comma. Should fix #6289 2021-06-22 05:35:31 +02:00
Thanatomanic
7e36240f3a Fix the incorrect rendering of Leica M8 DNGs by removing white level in camconst 2021-06-21 08:02:42 +02:00
Desmis
31e178a4dd Change loop limit for cp.mulC ipwavlet.cc 2021-06-19 18:36:20 +02:00
Desmis
a6a8ee0e40 Others fix bad behavior Dynamic range and exposure 2021-06-19 10:36:30 +02:00
Thanatomanic
c937e09e63 Fix raw crop for Canon EOS R5 2021-06-16 19:26:30 +02:00
Thanatomanic
869ac54242 Minor update to the parametric curve fix 2021-06-12 21:11:45 +02:00
Jonathan Bieler
3248e6b003 Reduce artifacts in parametric curve calculation (#6219) 2021-06-12 21:07:44 +02:00
Desmis
d02ed52e00 Local adjustments - improve exposure - issue 6274 (#6277)
* Various change to improve LA exposure

* Removed pow_Fr - clean code

* Remove unused code
2021-06-08 07:38:47 +02:00
Bezierr
d86888e93f Add resizing options "long edge" and "short edge" (#6263)
Introduces "long edge" and "short edge" options to resize an image. The GUI is made such that the relevant spinboxes only appear for the selected option. Unrelated values (e.g. for box-mode) are not updated.
2021-06-05 07:37:09 +02:00
Desmis
ef49d9eefd Disable masks when tool is disable 2021-05-30 07:53:19 +02:00
Desmis
c01166441c Wavelet levels - and denoise - crash in some cases - issue 6264 (#6265)
* Change order levwav for denoise

* Intialize to zero multipliers contrast if not used

* Forgotten commit

* Clean code
2021-05-29 11:39:06 +02:00
Thanatomanic
6189a0e816 Prevent crash when opening Canon RP files with different crop factor. Fixes #6255 2021-05-24 08:00:09 +02:00
Ingo Weyrich
2f2720b763 Perspective tool: Strange amplification interaction with Local Adjustments, fixes #6252 2021-05-23 14:37:26 +02:00
Ingo Weyrich
99f2a87819 added matrix for Pentax K3mkIII, taken from ART 2021-05-22 22:16:22 +02:00
Ingo Weyrich
ce3ab707f2 cppcheck clean rtengine/dcrop.* 2021-05-22 21:50:38 +02:00
Ingo Weyrich
ce3c5d4cf1 cppcheck clean rtengine/dcp.h 2021-05-22 12:26:46 +02:00
Ingo Weyrich
9972c2e990 cppcheck clean rtengine/badpixels.cc 2021-05-22 11:32:10 +02:00
Ingo Weyrich
35064451d6 cppcheck clean rtengine/pipettebuffer.h 2021-05-22 11:31:48 +02:00
Ingo Weyrich
954ce94e3f cppcheck clean rtengine/EdgePreservingDecomposition.h 2021-05-22 11:15:35 +02:00
Ingo Weyrich
1cce9a4ad2 cppcheck clean rtengine/imagesource.h 2021-05-22 11:09:26 +02:00
Ingo Weyrich
c326238824 white level for Fujifilm X-A20 2021-05-21 13:11:59 +02:00
Ingo Weyrich
c407fe1e91 raw crop for Pentax K3mkIII 2021-05-21 13:02:58 +02:00
Ingo Weyrich
8037a5da93 fix SpotParams::operator == 2021-05-21 09:46:57 +02:00
Desmis
bd9704da80 Change default primaries slider from Adobe to ProPhoto 2021-05-17 12:56:20 +02:00