56 #include <ACG/GL/globjects.hh> 57 #include <ACG/ShaderUtils/GLSLShader.hh> 65 #if QT_VERSION >= 0x050000 66 Q_PLUGIN_METADATA(IID
"org.OpenFlipper.Plugins.Plugin-PostProcessorGrayscale")
74 QString
name() {
return (QString(
"Grayscale Postprocessor Plugin")); };
75 QString
description( ) {
return (QString(tr(
"Converts an RGB image to grayscale"))); };
79 QString version() {
return QString(
"1.0"); };
85 QString postProcessorName();
87 QString checkOpenGL();
QString name()
Return a name for the plugin.
Interface to add global image post processor functions from within plugins.
Interface class from which all plugins have to be created.
QString description()
Return a description of what the plugin is doing.
GLSL::Program * shader_
shader