CarVac / librtprocess

A project to make RawTherapee's processing algorithms more readily available.
Other
51 stars 23 forks source link

Hl recon #38

Closed CarVac closed 5 years ago

CarVac commented 5 years ago

I've pulled highlight reconstruction from RawTherapee into librtprocess.

I've tested it with Filmulator and it works magic. As far as my testing has gone, I can leave it on by default and the overhead is small relative to demosaicing.

This is also the point where I'd consider librtprocess to be feature-complete a minimum viable product, though for now I'm still only bumping the minor version number, not the major one.

heckflosse commented 5 years ago

@CarVac Thanks for porting it :+1:

This is also the point where I'd consider librtprocess to be feature-complete

I disagree. Dual-demosaic is still not in librtprocess for example.

CarVac commented 5 years ago

Let me reword: with highlight recovery, it has become a minimum viable product, not feature-complete.

Without highlight recovery many images are nigh unusable.

heckflosse commented 5 years ago

@CarVac :+1: to merge