boost::gil::packed_image2_type
Returns the type of a two channel image given its bitfield type, the bit size of its channels and its layout
Synopsis
Declared in <boost/gil/metafunctions.hpp>
template<
typename BitField,
unsigned int Size1,
unsigned int Size2,
typename Layout,
typename Alloc = std::allocator<unsigned char>>
struct packed_image2_type
: packed_image_type<BitField, mp11::mp_list_c<unsigned int, Size1, Size2>, Layout, Alloc>
Base Classes
Name |
Description |
Returns the type of an interleaved packed image: an image whose channels may not be byte‐aligned, but whose pixels are byte aligned. |