aboutsummaryrefslogtreecommitdiff
path: root/Plugins/rgbavg.c
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins/rgbavg.c')
-rw-r--r--Plugins/rgbavg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Plugins/rgbavg.c b/Plugins/rgbavg.c
index c903ab1..f9459f6 100644
--- a/Plugins/rgbavg.c
+++ b/Plugins/rgbavg.c
@@ -14,6 +14,8 @@
#include <math.h>
#include "plugin.h"
+INFO("242.rgbavg -- does funky pixel averaging on an input image")
+
#pragma warning( disable : 4761 ) // that's why it's funky !!
void perform_effect(struct frame f, struct args a)