CarVac / librtprocess

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

Port RT badxixels code to librtprocess #44

Open heckflosse opened 5 years ago

heckflosse commented 5 years ago

I would like to port some of the RT badpixels code to librtprocess to handle bad pixels processing in HdrMerge. Any objections?

CarVac commented 5 years ago

No objections.

What exactly does it do?

heckflosse commented 5 years ago

It has some routines to easily fix bad pixels. Here's an example file: P1000009.zip Open it in Filmulator, zoom in and you will see a lot of black pixels (Panasonic sets dead pixels to zero)

And here's the link to the code I want to port to librtprocess: https://github.com/Beep6581/RawTherapee/blob/badpixels-compunit/rtengine/badpixels.cc