From d9c824653928f145658f5841ca37071c14abd1f3 Mon Sep 17 00:00:00 2001 From: Till Theato Date: Sun, 8 Aug 2010 17:00:46 +0000 Subject: [PATCH] Add XML GUIs for frei0r.alpha0ps, frei0r.alphagrad, frei0r.alphaspot (submitted by Marko Cebokli) svn path=/trunk/kdenlive/; revision=4687 --- data/blacklisted_effects.txt | 3 +++ effects/CMakeLists.txt | 3 +++ effects/frei0r_alpha0ps.xml | 33 ++++++++++++++++++++++++ effects/frei0r_alphagrad.xml | 33 ++++++++++++++++++++++++ effects/frei0r_alphaspot.xml | 50 ++++++++++++++++++++++++++++++++++++ 5 files changed, 122 insertions(+) create mode 100644 effects/frei0r_alpha0ps.xml create mode 100644 effects/frei0r_alphagrad.xml create mode 100644 effects/frei0r_alphaspot.xml diff --git a/data/blacklisted_effects.txt b/data/blacklisted_effects.txt index ae7184dd..4f958f86 100644 --- a/data/blacklisted_effects.txt +++ b/data/blacklisted_effects.txt @@ -32,6 +32,9 @@ frei0r.pixeliz0r frei0r.glow frei0r.hueshift0r frei0r.coloradj_RGB +frei0r.alpha0ps +frei0r.alphagrad +frei0r.alphaspot #effects that have simplekeyframes vignette diff --git a/effects/CMakeLists.txt b/effects/CMakeLists.txt index 7ef4db97..301beb54 100644 --- a/effects/CMakeLists.txt +++ b/effects/CMakeLists.txt @@ -44,6 +44,9 @@ volume.xml wave.xml fadein.xml fadeout.xml +frei0r_alpha0ps.xml +frei0r_alphagrad.xml +frei0r_alphaspot.xml frei0r_balanc0r.xml frei0r_brightness.xml frei0r_coloradj_rgb.xml diff --git a/effects/frei0r_alpha0ps.xml b/effects/frei0r_alpha0ps.xml new file mode 100644 index 00000000..487cbf9e --- /dev/null +++ b/effects/frei0r_alpha0ps.xml @@ -0,0 +1,33 @@ + + + alpha0ps + Diplay and manipulation of the alpha channel + Marko Cebokli + + + Display + + + + Display input alpha + + + + Operation + + + + Threshold + + + + Shrink/grow amount + + + + Invert + + + diff --git a/effects/frei0r_alphagrad.xml b/effects/frei0r_alphagrad.xml new file mode 100644 index 00000000..f7eb5eab --- /dev/null +++ b/effects/frei0r_alphagrad.xml @@ -0,0 +1,33 @@ + + + alphagrad + Fill the alpha channel with a specified gradient + Marko Cebokli + + + + Position + + + + Transition width + + + + Tilt + + + + Min + + + + Max + + + + Operation + + + diff --git a/effects/frei0r_alphaspot.xml b/effects/frei0r_alphaspot.xml new file mode 100644 index 00000000..edc5215f --- /dev/null +++ b/effects/frei0r_alphaspot.xml @@ -0,0 +1,50 @@ + + + alphaspot + Draws simple shapes into the alpha channel + Marko Cebokli + + + + Shape + + + + Position X + + + + Position Y + + + + Size X + + + + Size Y + + + + Tilt + + + + Transition width + + + + Min + + + + Max + + + + Operation + + + -- 2.39.2