TuttleOFX
1
|
#include <boost/python.hpp>
#include <Python.h>
#include "TextPlugin.hpp"
#include "TextProcess.hpp"
#include "TextDefinitions.hpp"
#include <terry/globals.hpp>
#include <terry/merge/MergeFunctors.hpp>
#include <terry/merge/ViewsMerging.hpp>
#include <tuttle/plugin/exceptions.hpp>
#include <tuttle/common/ofx/core.hpp>
#include <boost/gil/extension/color/hsl.hpp>
#include <boost/gil/gil_all.hpp>
#include <boost/filesystem.hpp>
#include <boost/ptr_container/ptr_inserter.hpp>
#include <sstream>
#include <string>
#include <iostream>
#include <fontconfig/fontconfig.h>
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::text |