pixelshift: Added green 7x7 correction grid

This commit is contained in:
heckflosse
2016-12-05 20:39:28 +01:00
parent 755a43f4ac
commit 98b405368f
4 changed files with 76 additions and 1 deletions

View File

@@ -118,6 +118,7 @@ BayerProcess::BayerProcess () : FoldableToolPanel(this, "bayerprocess", M("TP_RA
pixelShiftMotionCorrection->append_text("1x2");
pixelShiftMotionCorrection->append_text("3x3");
pixelShiftMotionCorrection->append_text("5x5");
pixelShiftMotionCorrection->append_text("7x7");
pixelShiftMotionCorrection->set_active(0);
// pixelShiftMotionCorrection->set_tooltip_markup (M("TP_RAW_PIXELSHIFTMOTIONCORRECTION_TOOLTIP"));
pixelShiftMotionCorrection->show();