TuttleOFX  1
TuttleOFX/libraries/tuttle/src/tuttle/plugin/ofxToGil/image.hpp File Reference
#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>
Include dependency graph for image.hpp:
This graph shows which files directly or indirectly include this file:

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.