From 726ceab2c8a0e974c01df41c5f712873ef5d4fae Mon Sep 17 00:00:00 2001 From: Dan Dennedy Date: Fri, 6 Nov 2009 04:53:37 +0000 Subject: [PATCH] Commit XML GUI files for 4 new frei0r filters: curves, levels, three point balance, and tint0r. svn path=/trunk/kdenlive/; revision=4096 --- data/blacklisted_effects.txt | 4 +++ effects/CMakeLists.txt | 4 +++ effects/frei0r_curves.xml | 48 ++++++++++++++++++++++++++ effects/frei0r_levels.xml | 30 ++++++++++++++++ effects/frei0r_three_point_balance.xml | 21 +++++++++++ effects/frei0r_tint0r.xml | 15 ++++++++ 6 files changed, 122 insertions(+) create mode 100644 effects/frei0r_curves.xml create mode 100644 effects/frei0r_levels.xml create mode 100644 effects/frei0r_three_point_balance.xml create mode 100644 effects/frei0r_tint0r.xml diff --git a/data/blacklisted_effects.txt b/data/blacklisted_effects.txt index dc39c5cd..c7ca5300 100644 --- a/data/blacklisted_effects.txt +++ b/data/blacklisted_effects.txt @@ -20,3 +20,7 @@ frei0r.brightness frei0r.lenscorrection frei0r.saturat0r frei0r.vertigo +frei0r.curves +frei0r.levels +frei0r.three_point_balance +frei0r.tint0r diff --git a/effects/CMakeLists.txt b/effects/CMakeLists.txt index 46a68891..1ff452be 100644 --- a/effects/CMakeLists.txt +++ b/effects/CMakeLists.txt @@ -54,6 +54,10 @@ frei0r_brightness.xml frei0r_lenscorrection.xml frei0r_saturat0r.xml frei0r_vertigo.xml +frei0r_curves.xml +frei0r_levels.xml +frei0r_three_point_balance.xml +frei0r_tint0r.xml gain.xml fade_from_black.xml fade_to_black.xml diff --git a/effects/frei0r_curves.xml b/effects/frei0r_curves.xml new file mode 100644 index 00000000..ca73ecc3 --- /dev/null +++ b/effects/frei0r_curves.xml @@ -0,0 +1,48 @@ + + + Curves + Color curves adjustment + Maksim Golovkin + + Channel + + + Show curves + + + Graph position + + + Curve point number + + + Point 1 input value + + + Point 1 output value + + + Point 2 input value + + + Point 2 output value + + + Point 3 input value + + + Point 3 output value + + + Point 4 input value + + + Point 4 output value + + + Point 5 input value + + + Point 5 output value + + diff --git a/effects/frei0r_levels.xml b/effects/frei0r_levels.xml new file mode 100644 index 00000000..eb5ce697 --- /dev/null +++ b/effects/frei0r_levels.xml @@ -0,0 +1,30 @@ + + + Levels + Adjust levels + Maksim Golovkin + + Channel + + + Input black level + + + Input white level + + + Gamma + + + Black output + + + White output + + + Show histogram + + + Histogram position + + diff --git a/effects/frei0r_three_point_balance.xml b/effects/frei0r_three_point_balance.xml new file mode 100644 index 00000000..e02449f2 --- /dev/null +++ b/effects/frei0r_three_point_balance.xml @@ -0,0 +1,21 @@ + + + 3 point balance + Balances colors along with 3 points + Maksim Golovkin + + Black color + + + Gray color + + + White color + + + Split screen preview + + + Source image on left side + + diff --git a/effects/frei0r_tint0r.xml b/effects/frei0r_tint0r.xml new file mode 100644 index 00000000..fa7a1639 --- /dev/null +++ b/effects/frei0r_tint0r.xml @@ -0,0 +1,15 @@ + + + Tint0r + Maps source image luminance between two colors specified + Maksim Golovkin + + Map black to + + + Map white to + + + Tint amount + + -- 2.39.5