boost::gil::packed_image_type
Returns the type of an interleaved packed image: an image whose channels may not be byte‐aligned, but whose pixels are byte aligned.
Synopsis
Declared in <boost/gil/metafunctions.hpp>
template<
typename BitField,
typename ChannelBitSizes,
typename Layout,
typename Alloc = std::allocator<unsigned char>>
struct packed_image_type;
Derived Classes
Name |
Description |
Returns the type of a single‐channel image given its bitfield type, the bit size of its channel and its layout |
|
Returns the type of a two channel image given its bitfield type, the bit size of its channels and its layout |
|
Returns the type of a three channel image given its bitfield type, the bit size of its channels and its layout |
|
Returns the type of a four channel image given its bitfield type, the bit size of its channels and its layout |
|
Returns the type of a five channel image given its bitfield type, the bit size of its channels and its layout |
Created with MrDocs