TuttleOFX
1
|
#include "EXRReaderDefinitions.hpp"
#include "EXRReaderPlugin.hpp"
#include <tuttle/plugin/context/ReaderPlugin.hpp>
#include <tuttle/plugin/ImageGilProcessor.hpp>
#include <tuttle/plugin/exceptions.hpp>
#include <terry/algorithm/transform_pixels.hpp>
#include <terry/numeric/assign.hpp>
#include <terry/globals.hpp>
#include <terry/basic_colors.hpp>
#include <terry/openexr/half.hpp>
#include <ofxsImageEffect.h>
#include <ofxsMultiThread.h>
#include <ImfChannelList.h>
#include <ImfArray.h>
#include <ImathVec.h>
#include <boost/gil/gil_all.hpp>
#include <boost/gil/packed_pixel.hpp>
#include <boost/integer.hpp>
#include <boost/cstdint.hpp>
#include <boost/mpl/vector.hpp>
#include <boost/scoped_ptr.hpp>
#include <boost/assert.hpp>
#include <boost/filesystem/fstream.hpp>
#include <algorithm>
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::exr |
namespace | tuttle::plugin::exr::reader |