boost::gil::image_type
Returns the type of a homogeneous image given the channel type, layout, and whether it operates on planar data
Synopsis
Declared in <boost/gil/metafunctions.hpp>
template<
typename T,
typename L,
bool IsPlanar = false,
typename Alloc = std::allocator<unsigned char>>
struct image_type;