heckflosse
ed354a5926
Moved green equilibration pass one from to green_equil_RT.cc, removed timing code. Fixes #4034
2017-08-25 21:39:00 +02:00
heckflosse
f409f1333e
Speedup for green equilibration
2017-08-22 01:21:09 +02:00
Hombre57
d5e4980c08
Adding Floessie's patch to use std::unique_ptr (issue #4008 )
2017-08-12 19:21:29 +02:00
Hombre57
f23be9345c
Add multi-frame handling.
...
- Exif of all frames are displayed in the Editor's Exif tab (without
separator)
- isHDR and isPixelShift is added to the data files stored in cache
- In the Editor panel, the QuickInfo frame display the HDR and
PixelShift information, as well as the number of frame and bit-depth for
HDR image
- the number of frame is provided by dcraw. If not set, it is provided
by the Exif's main IFD count
- the PixelShift information (for Pentax as of now) is provided by
looking at the Exif informations
- the HDR information is provided by the Exif information of the first
frame for Pentax raw files, or by the bitspersample, sampleformat and
compression tags for other files
TODO: add icons to the thumbnails to tag HDR and PixelShift files.
2017-08-08 23:42:05 +02:00
Desmis
4c7287574d
merge with devv
2017-07-13 08:42:08 +02:00
heckflosse
22692f5a04
remove unused caautostrength
2017-07-09 19:41:21 +02:00
Desmis
acd715dd44
merge with dev...
2017-06-19 12:30:20 +02:00
heckflosse
8aff354df9
Fix some coverity and cppcheck issues
2017-06-18 18:40:40 +02:00
heckflosse
655d66a859
Fix some coverity issues
2017-06-18 00:10:31 +02:00
heckflosse
2a444e260a
Fix some coverity issues. Pixel Shift: calculate per frame brightness factors only once after preprocessing
2017-06-17 14:43:48 +02:00
heckflosse
71c8643ce4
Fix some coverity issues
2017-06-15 23:18:46 +02:00
heckflosse
a6cf24bc13
Fix some coverity issues
2017-06-12 23:57:18 +02:00
Desmis
849a2652a3
merge with dev
2017-06-10 14:35:59 +02:00
heckflosse
14e3f0e88d
Auto Levels completely wrong for monochrome raw files, sigma raw files and canon mraw/sraw files. Fixes #3863
2017-05-05 21:29:58 +02:00
Desmis
8ca404f140
merge with Dev another time
2017-04-10 08:42:20 +02:00
heckflosse
6e55f6bab5
Fixed a lot of issues reported by cppcheck 1.78
2017-04-08 22:41:46 +02:00
Desmis
398e862b2b
merge with dev - all warnings are not delete - come soon
2017-04-08 19:28:04 +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
7fca8c16ee
Fix all warnings in rawimagesource.cc
2017-03-31 15:33:17 +02:00
Alberto Griggio
dc4b62e253
fix bug in preview when LCP distortion correction is on and the image is flipped
...
Candidate fix for #3778
2017-03-26 19:20:36 +02:00
heckflosse
0e2502a2d2
Merged dev into locallab_dev
2017-03-26 00:49:44 +01:00
heckflosse
687b3fe103
segfault on RAF files from Fuji S5 pro, fixes #3741
2017-03-20 21:07:30 +01:00
heckflosse
04bdea0b84
merged dev into locallab_dev
2017-03-20 15:22:01 +01:00
Hombre
c654785ae3
Merge branch 'dev' into rt-cli
2017-03-18 18:17:45 +01:00
heckflosse
5349fea8c1
pixelshift: moved code from rawimagesource.cc to pixelshift.cc and fixed a bug
2017-03-18 15:15:20 +01:00
Flössie
97caf21b5c
PIMPLed and streamlined ICCStore
( #3691 )
2017-03-18 11:59:14 +01:00
heckflosse
75895515f3
pixelshift: don't generate demosaiced motion replacement when motion correction is disabled
2017-03-17 23:09:55 +01:00
heckflosse
3db29b2060
Fixed bug with raw ca-correction when pixelshift image was opened with amaze demosaic and then method was switched to pixelshift
2017-03-16 23:54:59 +01:00
heckflosse
bb518eeef8
Used new CheckBox in rawcacorrection; don't zero red and blue when autoca is enabled
2017-03-16 13:34:11 +01:00
heckflosse
845ebe6906
Faster loading of pixelshift files
2017-03-13 15:44:36 +01:00
heckflosse
174949e0f0
Fix slowdown for decode of non pixelshift files
2017-03-12 20:39:03 +01:00
heckflosse
f9a536fd0b
new gtk3 version of pixelshift
2017-03-11 22:30:36 +01:00
heckflosse
f226934b57
Pixelshift: Added option to equalize brightness of frames and cleaned gui.
2017-03-11 00:25:49 +01:00
Desmis
0abadba166
merge with dev
2017-02-24 10:58:12 +01:00
heckflosse
7d9e5765ba
Removed unused function and stopwatch
2017-02-22 14:50:10 +01:00
heckflosse
87a280f8ca
Additional speedup for lcp vignette correction
2017-02-21 19:11:54 +01:00
Desmis
1f7ad78e25
merge with dev - I hope no error
2017-02-21 18:02:48 +01:00
heckflosse
94129861f5
Speedup for lcp vignetting correction
2017-02-19 20:36:45 +01:00
Ingo Weyrich
ac882d2ff2
Merge pull request #3703 from Beep6581/lcpvignette_fix
...
LCP vignetting correction only works with undemosaiced raw files. fix…
2017-02-19 17:39:01 +01:00
heckflosse
ef754f7593
LCP vignetting correction only works with undemosaiced raw files. fixes #3702
2017-02-18 16:01:41 +01:00
Flössie
e9b5f42a9f
Sanitize ImageDimensions
base class
...
- Make `width` and `height` private
- Drop `getW()` and `getH()`
- Clean `PreviewProps`
2017-02-14 21:23:54 +01:00
Hombre
a04b3eefba
Adding rawtherapee-cli.exe, '-q' (quick start mode) added
...
Standard rawtherapee.exe now has almost no command line options left.
Use '-h' to see options for each executables.
2017-02-13 23:38:05 +01:00
heckflosse
2feb43f5d5
Fix display of raw values in navigator for xtrans
2017-02-06 16:43:49 +01:00
heckflosse
d570459f1e
Fixed bug in last commit when image was rotated
2017-02-05 19:03:34 +01:00
heckflosse
b720a67328
getRawValues: round instead of truncate
2017-02-05 16:28:25 +01:00
heckflosse
812bf40d17
Show raw values in navigator when demosaic 'none' is used
2017-02-05 16:06:57 +01:00
heckflosse
bd492e0ece
pixelshift: optionally select lmmse for motion in high iso files
2017-02-01 19:35:36 +01:00
heckflosse
208c179921
pixelshift: adjuster for smooth transitions
2017-01-22 17:44:58 +01:00
Desmis
3ecf01c713
Improves the process of locating mip files to avoid crash
2017-01-22 08:58:46 +01:00