rawtherapee-unstable:wavelet-contrast-accurate-preview

Last commit made on 2017-04-04
Get this branch:
git clone -b wavelet-contrast-accurate-preview https://git.launchpad.net/rawtherapee-unstable

Branch merges

Branch information

Name:
wavelet-contrast-accurate-preview
Repository:
lp:rawtherapee-unstable

Recent commits

054e52c... by Alberto Griggio <email address hidden>

properly switch off the full res mode when not needed

8d7b443... by Alberto Griggio <email address hidden>

enable the high-quality preview for all the wavelet steps, not just contrast

00b971e... by Alberto Griggio <email address hidden>

fixed (small) memory leak in ip_wavelet

d59816c... by Alberto Griggio <email address hidden>

remove unnecessary constraint on omp parallelization

Thanks @heckflosse for pointing out

bc5e36b... by Alberto Griggio <email address hidden>

added user option for controlling the wavelet preview mode

Possible settings:
- use the visible portion of the image at 100% zoom (the old behaviour)
- use the full image at 100% zoom
- use the full image at 50% zoom
- use the full image at 25% zoom

(full image at 100% zoom gives the most accurate results, but can be slow)

079c4f2... by Alberto Griggio <email address hidden>

experimental patch for accurate preview of wavelet contrast in 1:1 zoom mode

01f1922... by Alberto Griggio <email address hidden>

move (heap-based) allocation of buffers outside the parallel for loop

3cc9d04... by Alberto Griggio <email address hidden>

use size_t for AlignedBuffer::operator [] and AlignedBuffer::getSize

13341fc... by Alberto Griggio <email address hidden>

replace stack-allocated (large) buffers with heap-allocated ones in ipwavelet.cc

Tentative fix for #3785

d003a9e... by heckflosse <email address hidden>

Fix compile warnings in pixelshift.cc