|
TuttleOFX
1
|
#include <tuttle/plugin/image.hpp>#include <ofxsImageEffect.h>#include <boost/gil/utilities.hpp>#include <boost/gil/image.hpp>#include <boost/gil/image_view.hpp>#include <boost/gil/image_view_factory.hpp>

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 |
Functions | |
| template<class View > | |
| View | tuttle::plugin::getGilView (OFX::Image *img, const OfxRectI &pixelRod, const EImageOrientation orientation) |
| Return a full gil view of an image. If we only have a tiled image, we use subimage_view to fit to the rod. | |