boost::gil::packed_image1_type

Returns the type of a single‐channel image given its bitfield type, the bit size of its channel and its layout

Synopsis

template<
    typename BitField,
    unsigned int Size1,
    typename Layout,
    typename Alloc = std::allocator<unsigned char>>
struct packed_image1_type
    : packed_image_type<BitField, mp11::mp_list_c<unsigned int, Size1>, Layout, Alloc>

Base Classes

Name

Description

packed_image_type<BitField, mp11::mp_list_c<unsigned int, Size1>, 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