boost::gil::packed_image5_type

Returns the type of a five channel image given its bitfield type, the bit size of its channels and its layout

Synopsis

template<
    typename BitField,
    unsigned int Size1,
    unsigned int Size2,
    unsigned int Size3,
    unsigned int Size4,
    unsigned int Size5,
    typename Layout,
    typename Alloc = std::allocator<unsigned char>>
struct packed_image5_type
    : packed_image_type<BitField, mp11::mp_list_c<unsigned int, Size1, Size2, Size3, Size4, Size5>, Layout, Alloc>

Base Classes

Name

Description

packed_image_type<BitField, mp11::mp_list_c<unsigned int, Size1, Size2, Size3, Size4, Size5>, Layout, Alloc>

Returns the type of an interleaved packed image: an image whose channels may not be byte‐aligned, but whose pixels are byte aligned.

Type Aliases

Name

type

Created with MrDocs