]> git.sesse.net Git - kdenlive/commitdiff
Make colortap filter usable:http://kdenlive.org/mantis/view.php?id=2854
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Sat, 8 Dec 2012 17:06:28 +0000 (18:06 +0100)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Sat, 8 Dec 2012 17:06:28 +0000 (18:06 +0100)
effects/CMakeLists.txt
effects/frei0r_colortap.xml [new file with mode: 0644]

index 399197db4a35099e07cc764566f380484ed64878..bff840f0fcadccf0c047669044a55289dff8cc26 100644 (file)
@@ -51,6 +51,7 @@ frei0r_cluster.xml
 frei0r_colgate.xml
 frei0r_coloradj_rgb.xml
 frei0r_colordistance.xml
+frei0r_colortap.xml
 frei0r_contrast0r.xml
 frei0r_c0rners.xml
 frei0r_curves.xml
diff --git a/effects/frei0r_colortap.xml b/effects/frei0r_colortap.xml
new file mode 100644 (file)
index 0000000..ac70674
--- /dev/null
@@ -0,0 +1,9 @@
+<!DOCTYPE kpartgui>
+<effect tag="frei0r.colortap" id="frei0r.colortap">
+       <name>Color Effect</name>
+       <description>Applies a pre-made color effect to image</description>
+       <author>Janne Liljeblad</author>
+       <parameter type="list" name="table" default="xpro" paramlist="xpro;sepia;heat;red_green;old_photo;xray;esses;yellow_blue">
+                <name>Type</name>
+        </parameter>
+</effect>