boost::gil::image_type

Returns the type of a homogeneous image given the channel type, layout, and whether it operates on planar data

Synopsis

template<
    typename T,
    typename L,
    bool IsPlanar = false,
    typename Alloc = std::allocator<unsigned char>>
struct image_type;

Type Aliases

Name

type

Created with MrDocs