|
TuttleOFX
1
|
#include "PngReaderDefinitions.hpp"#include "PngReaderProcess.hpp"#include "PngReaderPlugin.hpp"#include <terry/globals.hpp>#include <tuttle/plugin/exceptions.hpp>#include <boost/gil/gil_all.hpp>#include <boost/gil/extension/dynamic_image/dynamic_image_all.hpp>#include <boost/gil/extension/io/png_io.hpp>#include <boost/gil/extension/io/png_dynamic_io.hpp>#include <boost/filesystem/fstream.hpp>#include <boost/scoped_ptr.hpp>#include <boost/assert.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 |
| namespace | tuttle::plugin::png |
| namespace | tuttle::plugin::png::reader |
Typedefs | |
| typedef any_image < boost::mpl::vector < gray8_image_t, gray16_image_t, gray32f_image_t, rgba8_image_t, rgba16_image_t, rgba32f_image_t, rgb8_image_t, rgb16_image_t, rgb32f_image_t > > | tuttle::plugin::png::reader::any_image_t |
| typedef any_image_t::view_t | tuttle::plugin::png::reader::any_view_t |