|
TuttleOFX
1
|
#include "PrintAlgorithm.hpp"#include "PrintPlugin.hpp"#include <terry/channel.hpp>#include <terry/algorithm/pixel_by_channel.hpp>#include <cstdio>

Go to the source code of this file.
Data Structures | |
| struct | tuttle::plugin::print::CacaImage |
| struct | tuttle::plugin::print::channel_cout_t< Channel > |
| struct | tuttle::plugin::print::call_pixel_by_channel_t< Func > |
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::print |
Functions | |
| template<class SView > | |
| CacaImage | tuttle::plugin::print::load_cacaimage_from_view (const SView sView) |
| template<> | |
| CacaImage | tuttle::plugin::print::load_cacaimage_from_view< boost::gil::gray8_view_t > (const boost::gil::gray8_view_t sView) |