Information
Media
Support
RSS
Other Adobe Projects
Other Resources
|
dynamic_io.hpp File ReferenceGeneric io functions for dealing with dynamic images. More...
#include <boost/mpl/at.hpp>
#include <boost/mpl/size.hpp>
#include "../../core/gil_config.hpp"
#include "../dynamic_image/any_image.hpp"
Go to the source code of this file.
Detailed Description
Definition in file dynamic_io.hpp.
Function Documentation
template<typename IMAGES, typename PRED> |
bool 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.
Definition at line 69 of file dynamic_io.hpp. |
|