From ba67bbb2db6327dc0f64eab24bafe5f023ce42ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juha=20Vehvil=C3=A4inen?= Date: Mon, 17 Feb 2003 22:28:16 +0000 Subject: 0.32 svn path=/trunk/Framestein/; revision=418 --- Plugins/rgbcopy.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Plugins/rgbcopy.cpp') 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); -- cgit v1.2.1