TuttleOFX
1
|
#include "imageEffect.hpp"
#include <tuttle/common/exceptions.hpp>
#include <ofxCore.h>
#include <boost/lexical_cast.hpp>
Go to the source code of this file.
Namespaces | |
namespace | tuttle |
global namespace of the project | |
namespace | tuttle::ofx |
namespace | tuttle::ofx::imageEffect |
Functions | |
EContext | tuttle::ofx::imageEffect::mapContextStringToEnum (const std::string &s) |
map a std::string to a context | |
const std::string | tuttle::ofx::imageEffect::mapContextEnumToString (const EContext s) |
map a std::string to a context | |
EBitDepth | tuttle::ofx::imageEffect::mapBitDepthStringToEnum (const std::string &str) |
map a std::string to a context | |
const std::string | tuttle::ofx::imageEffect::mapBitDepthEnumToString (const EBitDepth e) |
EPixelComponent | tuttle::ofx::imageEffect::mapPixelComponentStringToEnum (const std::string &str) |
turns a pixel component string into and enum | |
std::string | tuttle::ofx::imageEffect::mapPixelComponentEnumToString (const EPixelComponent e) |
std::string | tuttle::ofx::imageEffect::findDeepestBitDepth (const std::string &s1, const std::string &s2) |
turns a premultiplication string into and enum |