Desmis
5006a89110
merge with dev
2017-04-17 07:57:56 +02:00
Morgan Hardwood
2c9c3b2a7f
Fix for fractional exposure time values, fixes #2081
2017-04-16 18:52:26 +02:00
Desmis
eb8a1c9a3b
apply astyle on some files
2017-04-15 08:55:49 +02:00
Desmis
b7183a63cc
merge with dev..
2017-04-15 08:05:23 +02:00
heckflosse
59b62d90a1
GCC diagnostic issue on macOS/Clang, fixes #3825
2017-04-14 23:27:23 +02:00
Ingo Weyrich
46ac5822db
Merge pull request #3817 from Beep6581/ps_equalize
...
Pentax Pixel Shift: Added per channel brightness equalization. Merged to get more tests. Method still needs improvements
2017-04-14 23:09:37 +02:00
Desmis
ff35331249
merge with Dev
2017-04-14 07:31:32 +02:00
Alberto Griggio
594b78118b
LCP: print diagnostic output if settings->verbose
2017-04-13 17:11:08 +02:00
Desmis
ce3351d50f
merge with dev
2017-04-13 11:12:05 +02:00
Desmis
5b0d81667e
merge with dev
2017-04-12 14:47:49 +02:00
Alberto Griggio
a7471b3db6
Merge pull request #3810 from Beep6581/autodetect-monitor-profile-linux
...
Added support for autodetecting the system monitor color profile also on Linux
2017-04-12 14:00:41 +02:00
Alberto Griggio
e215ad4c6c
print LCP error messages about missing vignette/CA correction only when settings->verbose
2017-04-11 11:44:39 +02:00
Alberto Griggio
ecae94f17c
automatically select the system monitor profile if the preferences say so
...
Fix for issue #3821
2017-04-12 16:20:03 +02:00
Morgan Hardwood
239476cc3a
Style cleanup of all CMake files.
2017-04-12 15:10:07 +02:00
heckflosse
e043e792db
Pixelshift: Added per channel brightness equalization
2017-04-10 20:39:00 +02:00
Alberto Griggio
14f544fcc2
fix for uninitialized local variable realtile
in ImProcFunctions::ip_wavelet
...
Candidate fix for #3785
2017-04-10 13:37:15 +02:00
Desmis
8ca404f140
merge with Dev another time
2017-04-10 08:42:20 +02:00
Ingo Weyrich
3ff2519302
Merge pull request #3816 from Beep6581/cppcheck3
...
Merged to get more tests. Additional fixes will follow.
2017-04-09 23:58:07 +02:00
heckflosse
ffd80a96e2
Fix warning in PF_correct_RT.cc
2017-04-09 19:19:46 +02:00
Desmis
d4569233d4
Fix all warnings for improccoordinator.cc
2017-04-09 10:40:10 +02:00
Desmis
a53fe8f612
Fix all warnings for dcrop.cc simpleprocess.cc locallab.cc
2017-04-09 08:16:37 +02:00
heckflosse
6e55f6bab5
Fixed a lot of issues reported by cppcheck 1.78
2017-04-08 22:41:46 +02:00
Alberto Griggio
3464c0ec92
fixed glitch in handling crop windows at the edges of the image when LCP distortion correction is enabled
2017-04-08 19:58:32 +02:00
Desmis
398e862b2b
merge with dev - all warnings are not delete - come soon
2017-04-08 19:28:04 +02:00
Alberto Griggio
b01899783d
Added support for autodetecting the system monitor color profile also on Linux
...
Code borrowed from Geeqie
2017-04-08 15:18:50 +02:00
Alberto Griggio
73e14702dd
fix out-of-bounds access to crop when lcp distortion correction is enabled
2017-04-08 10:13:53 +02:00
Alberto Griggio
871c75e494
Correctly apply LCP "distortion" correction for Fisheye lenses
...
Note: as discussed e.g. at http://lensfun.sourceforge.net/manual/corrections.html , this is really a combination of distortion correction and change of projection (from fisheye to rectilinear), but "distortion correction" is how the Adobe camera model calls it, and this is how it appears in the RT gui
2017-04-08 10:13:53 +02:00
Alberto Griggio
eafe8d27cb
merge with 'lcp-parser-fix-xml-handle-text'
2017-04-07 15:15:00 +02:00
Alberto Griggio
bdca39bbb0
removed benchmarking code from rtthumbnail.cc
2017-04-07 08:54:11 +02:00
heckflosse
be4cc858a2
Remove obsolete dcraw::scale_colors()
2017-04-06 23:51:36 +02:00
Alberto Griggio
633af0bb6c
fix buffering issue in the LCP profile parser (issue #3788 )
2017-04-06 17:57:00 +02:00
heckflosse
1db6e78817
minimize changes for 'Fix wrong computation of black levels (in some cases) in RawImage::get_colorsCoeff'
2017-04-06 16:59:38 +02:00
heckflosse
6917f6bba3
About 3x speed for scale_colors in rtthumbnail.cc also for xtrans files
2017-04-06 16:16:08 +02:00
heckflosse
850577b8c7
About 3x speed for scale_colors in rtthumbnail.cc
2017-04-06 13:16:39 +02:00
Alberto Griggio
9c7ed822e1
implementation of scale_colors without reinterpret_cast (thanks @Floessie)
2017-04-06 09:47:29 +02:00
Alberto Griggio
6dfe6f95b8
Fix wrong computation of black levels (in some cases) in RawImage::get_colorsCoeff
...
Was happening e.g. with compressed DNG files
2017-04-06 09:00:53 +02:00
Alberto Griggio
30a31cfc73
Make rtengine::Thumbnail use the same logic as RawImageSource for computing black and white levels
...
See issue #3804
2017-04-06 09:00:02 +02:00
Ingo Weyrich
aaf5f80645
Merge pull request #3798 from Beep6581/wallfix
...
Compiling with -Wall shows a large amount of warnings which should be fixed , fixes #3790
2017-04-05 12:26:23 +02:00
heckflosse
9723dca95a
Fix another warning in gauss.cc, by Alberto Griggio
2017-04-04 21:23:20 +02:00
heckflosse
084f264aa9
Fixed another two warnings
2017-04-04 14:39:50 +02:00
heckflosse
9b5f429602
Fixed another bunch of warnings
2017-04-03 21:01:28 +02:00
heckflosse
c600ad056d
Fixed warnings in rtthumbnail.cc (by Flössie)
2017-04-03 17:15:43 +02:00
heckflosse
4c7b7683c1
Fixes some warnings and disabled the remaining ones in dcraw.cc
2017-04-03 17:14:42 +02:00
heckflosse
817f4cee83
Fix all warnings in fujicompressed.cc
2017-04-02 19:35:08 +02:00
heckflosse
dbfb1c480b
Fix warning in myfile.h
2017-04-02 19:13:46 +02:00
Alberto Griggio
3a90374d59
Fixed handling of shadows/highlights in simpleprocess.cc (broken by the fast export refactoring)
...
See issue #3793
2017-04-02 10:35:19 +02:00
heckflosse
f9aa67b05e
Fix warning in rtengine/rawimage.cc and rtgui/dirbrowser.cc
2017-04-01 20:59:10 +02:00
Alberto Griggio
a3561049ed
fixed warning in rtengine/ipretinex.cc
2017-04-01 16:43:11 +02:00
Alberto Griggio
73afa054c4
fixed Clang warnings in rtengine and rtexif
2017-04-01 13:34:16 +02:00
heckflosse
0a89aa31c0
Merge branch 'wall_jacq' into wallfix
2017-03-31 21:11:11 +02:00