aboutsummaryrefslogtreecommitdiff
path: root/Plugins/rgbcopy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins/rgbcopy.cpp')
-rw-r--r--Plugins/rgbcopy.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Plugins/rgbcopy.cpp b/Plugins/rgbcopy.cpp
index b226e23..285f188 100644
--- a/Plugins/rgbcopy.cpp
+++ b/Plugins/rgbcopy.cpp
@@ -3,6 +3,8 @@
#include "plugin.h"
#include "pixels.h"
+INFO("mix color components of two images. usage: rgbcopy RG red/green from first, blue from second image")
+
void perform_copy(_frame f1, _frame f2, _args a)
{
pixels p1(f1), p2(f2);