From 54225231f0b941f82f99afac9dd873795f7838ee Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Mardelle Date: Mon, 19 Jan 2009 17:43:42 +0000 Subject: [PATCH] Add channelcopy effect (thanks Dan) svn path=/branches/KDE4/; revision=2931 --- effects/CMakeLists.txt | 1 + effects/channelcopy.xml | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 effects/channelcopy.xml diff --git a/effects/CMakeLists.txt b/effects/CMakeLists.txt index 30a36b87..207acf68 100644 --- a/effects/CMakeLists.txt +++ b/effects/CMakeLists.txt @@ -3,6 +3,7 @@ INSTALL (FILES automask.xml boxblur.xml brightness.xml +channelcopy.xml charcoal.xml chroma_hold.xml chroma.xml diff --git a/effects/channelcopy.xml b/effects/channelcopy.xml new file mode 100644 index 00000000..f0228482 --- /dev/null +++ b/effects/channelcopy.xml @@ -0,0 +1,6 @@ + + + Mono to stereo + Copy the left channel to the right + Dan Dennedy + -- 2.39.2