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 |
global namespace of the project | |
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. |