TuttleOFX
1
|
#include <boost/gil/channel_algorithm.hpp>
#include "WriterDefinition.hpp"
#include <tuttle/plugin/ImageEffectGilPlugin.hpp>
#include <ofxsImageEffect.h>
#include <boost/filesystem/path.hpp>
#include <boost/filesystem/operations.hpp>
#include <boost/numeric/conversion/cast.hpp>
#include <boost/gil/gil_all.hpp>
#include <Sequence.hpp>
Go to the source code of this file.
Data Structures | |
class | tuttle::plugin::WriterPlugin |
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 |