Improve Dehaze for Raw files - Raw black point (#7133)
* Show min raw values in console, #5769 * Speedup * outsourced calculation of raw min values * First try GUI * Improve GUI * Clean code * Change behavior GUI * First step GUI Xtrans * Second step GUI Xtrans * Last step X-trans black dehaze * Appimage and windows yml poordeha * disabled sliders R G B when dehaze enabled * Remove idle_register autoblackchanged * Changes suggested by Lawrence37 to improve double processing * Remove yml appaimage windows --------- Co-authored-by: Ingo Weyrich <heckflosse67@gmx.de>
This commit is contained in:
@@ -1404,6 +1404,8 @@ HISTORY_MSG_COLORTONING_LABREGION_SHOWMASK;CT - region show mask
|
||||
HISTORY_MSG_COLORTONING_LABREGION_SLOPE;CT - region slope
|
||||
HISTORY_MSG_COMPLEX;Wavelet complexity
|
||||
HISTORY_MSG_COMPLEXRETI;Retinex complexity
|
||||
HISTORY_MSG_DEHABLACK;Dehaze Bayer Black
|
||||
HISTORY_MSG_DEHABLACKX;Dehaze X-Trans Black
|
||||
HISTORY_MSG_DEHAZE_DEPTH;Dehaze - Depth
|
||||
HISTORY_MSG_DEHAZE_ENABLED;Haze Removal
|
||||
HISTORY_MSG_DEHAZE_SATURATION;Dehaze - Saturation
|
||||
@@ -3782,6 +3784,7 @@ TP_RAWEXPOS_BLACK_3;Green 2
|
||||
TP_RAWEXPOS_BLACK_BLUE;Blue
|
||||
TP_RAWEXPOS_BLACK_GREEN;Green
|
||||
TP_RAWEXPOS_BLACK_RED;Red
|
||||
TP_RAWEXPOS_DEHA;Dehaze
|
||||
TP_RAWEXPOS_LINEAR;White-point correction
|
||||
TP_RAWEXPOS_RGB;Red, Green, Blue
|
||||
TP_RAWEXPOS_TWOGREEN;Link greens
|
||||
|
Reference in New Issue
Block a user