Boost GIL


Public Types | List of all members
packed_image_type< BitField, ChannelBitSizes, Layout, Alloc > Struct Template Reference

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

#include <metafunctions.hpp>

Inheritance diagram for packed_image_type< BitField, ChannelBitSizes, Layout, Alloc >:
packed_image1_type< BitField, Size1, Layout, Alloc > packed_image2_type< BitField, Size1, Size2, Layout, Alloc > packed_image3_type< BitField, Size1, Size2, Size3, Layout, Alloc > packed_image4_type< BitField, Size1, Size2, Size3, Size4, Layout, Alloc > packed_image5_type< BitField, Size1, Size2, Size3, Size4, Size5, Layout, Alloc >

Public Types

using type = image< typename packed_pixel_type< BitField, ChannelBitSizes, Layout >::type, false, Alloc >
 

Detailed Description

template<typename BitField, typename ChannelBitSizes, typename Layout, typename Alloc = std::allocator<unsigned char>>
struct boost::gil::packed_image_type< BitField, ChannelBitSizes, 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.


The documentation for this struct was generated from the following file: