TuttleOFX  1
ComponentDefinitions.hpp File Reference
Include dependency graph for ComponentDefinitions.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  tuttle
 

This file provides a set of reimplementations of CImg functions by means of the generic image library (gil). Functions for image blurring.


namespace  tuttle::plugin
namespace  tuttle::plugin::component

Enumerations

enum  tuttle::plugin::component::EConvertTo { tuttle::plugin::component::eConvertToGray = 0, tuttle::plugin::component::eConvertToRGB, tuttle::plugin::component::eConvertToRGBA }

Variables

static const std::string tuttle::plugin::component::kParamTo = "to"
static const std::string tuttle::plugin::component::kParamToLabel = "To"
static const std::string tuttle::plugin::component::kConvertToGray = "gray"
static const std::string tuttle::plugin::component::kConvertToRGB = "rgb"
static const std::string tuttle::plugin::component::kConvertToRGBA = "rgba"
static const std::string tuttle::plugin::component::kParamToGray = "toGray"
static const std::string tuttle::plugin::component::kParamToGrayLabel = "To Gray"
static const std::string tuttle::plugin::component::kConvertToGrayMean = "arithmeticMean (1/3, 1/3, 1/3)"
static const std::string tuttle::plugin::component::kConvertToGrayRec601 = "rec601-SD"
static const std::string tuttle::plugin::component::kConvertToGrayRec709 = "rec709-HD"
static const std::string tuttle::plugin::component::kConvertToGraySelectRed = "red"
static const std::string tuttle::plugin::component::kConvertToGraySelectGreen = "green"
static const std::string tuttle::plugin::component::kConvertToGraySelectBlue = "blue"
static const std::string tuttle::plugin::component::kConvertToGraySelectAlpha = "alpha"
static const std::string tuttle::plugin::component::kParamPremutliplied = "premultiplied"
static const std::string tuttle::plugin::component::kParamPremutlipliedLabel = "Premultiplied"