Generic io functions for dealing with dynamic images. More...
#include <boost/mpl/at.hpp>
#include <boost/mpl/size.hpp>
#include "../../gil_config.hpp"
#include "io_error.hpp"
#include "../dynamic_image/any_image.hpp"
Classes | |
struct | boost::gil::detail::construct_matched_t< N > |
struct | boost::gil::detail::construct_matched_t< 0 > |
class | boost::gil::detail::dynamic_io_fnobj< IsSupported, OpClass > |
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::gil | |
boost::gil::detail | |
Functions | |
template<typename Images , typename Pred > | |
bool | boost::gil::construct_matched (any_image< Images > &im, Pred pred) |
Within the any_image, constructs an image with the given dimensions and a type that satisfies the given predicate. More... | |
Generic io functions for dealing with dynamic images.