From: Jean-Baptiste Mardelle Date: Tue, 21 Jul 2009 08:38:52 +0000 (+0000) Subject: xml for frei0r saturat0r & lens correction X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=de882ccde5a34d57bcd7c78960c0a6e5b28609c9;p=kdenlive xml for frei0r saturat0r & lens correction svn path=/trunk/kdenlive/; revision=3747 --- diff --git a/data/blacklisted_effects.txt b/data/blacklisted_effects.txt index 900739e1..abfca40e 100644 --- a/data/blacklisted_effects.txt +++ b/data/blacklisted_effects.txt @@ -17,3 +17,5 @@ frei0r.colordistance frei0r.scale0tilt frei0r.contrast0r frei0r.brightness +frei0r.lenscorrection +frei0r.saturat0r diff --git a/effects/CMakeLists.txt b/effects/CMakeLists.txt index 07ce81ef..62ee2d6a 100644 --- a/effects/CMakeLists.txt +++ b/effects/CMakeLists.txt @@ -51,6 +51,8 @@ frei0r_balanc0r.xml frei0r_scale0tilt.xml frei0r_contrast0r.xml frei0r_brightness.xml +frei0r_lenscorrection.xml +frei0r_saturat0r.xml gain.xml fade_from_black.xml fade_to_black.xml diff --git a/effects/frei0r_brightness.xml b/effects/frei0r_brightness.xml index 8081c249..397c0697 100644 --- a/effects/frei0r_brightness.xml +++ b/effects/frei0r_brightness.xml @@ -4,6 +4,6 @@ Adjusts the brightness of a source image Jean-Sebastien Senecal - Contrast + Brightness diff --git a/effects/frei0r_lenscorrection.xml b/effects/frei0r_lenscorrection.xml new file mode 100644 index 00000000..f1efe193 --- /dev/null +++ b/effects/frei0r_lenscorrection.xml @@ -0,0 +1,22 @@ + + + Lens Correction + Allows compensation of lens distortion + Richard Spindler + + Horizontal center + + + Vertical center + + + Center correction + + + Edges correction + + + Brightness + + + diff --git a/effects/frei0r_saturat0r.xml b/effects/frei0r_saturat0r.xml new file mode 100644 index 00000000..417c02aa --- /dev/null +++ b/effects/frei0r_saturat0r.xml @@ -0,0 +1,9 @@ + + + Saturat0r + Adjusts the saturation of a source image + Jean-Sebastien Senecal + + Saturation + +