Add Film grain to smooth blur - thanks to Alberto

This commit is contained in:
Desmis
2019-10-14 10:27:36 +02:00
parent bf1cae690c
commit b2eebb0d97
12 changed files with 203 additions and 11 deletions

View File

@@ -203,6 +203,9 @@ private:
Adjuster* const gammaskbl;
Adjuster* const slomaskbl;
Adjuster* const lapmaskbl;
Adjuster* const isogr;
Adjuster* const strengr;
Adjuster* const scalegr;
// Tone Mapping
Adjuster* const stren;
Adjuster* const gamma;
@@ -427,6 +430,7 @@ private:
Gtk::Frame* retitoolFrame;
Gtk::Frame* residFrame;
Gtk::Frame* clariFrame;
Gtk::Frame* grainFrame;
ToolParamBlock * retiBox;
ToolParamBlock * maskretiBox;
LabGrid *labgrid;