boost::gil::bit_aligned_image5_type
Returns the type of a five channel bit‐aligned image given the bit size of its channels and its layout
Synopsis
Declared in <boost/gil/metafunctions.hpp>
template<
unsigned int Size1,
unsigned int Size2,
unsigned int Size3,
unsigned int Size4,
unsigned int Size5,
typename Layout,
typename Alloc = std::allocator<unsigned char>>
struct bit_aligned_image5_type
: bit_aligned_image_type<mp11::mp_list_c<unsigned int, Size1, Size2, Size3, Size4, Size5>, Layout, Alloc>
Base Classes
Name |
Description |
Returns the type of a packed image whose pixels may not be byte aligned. For example, an "rgb222" image is bit‐aligned because its pixel spans six bits. |