A packed image is an image whose pixels are byte aligned, such as "rgb565".
A bit-aligned image is an image whose pixels are not byte aligned, such as "rgb222".
The sum of the bit sizes of all channels cannot exceed 64.
|
Classes |
struct | 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. More...
|
struct | packed_image1_type |
| Returns the type of a single-channel image given its bitfield type, the bit size of its channel and its layout. More...
|
struct | packed_image2_type |
| Returns the type of a two channel image given its bitfield type, the bit size of its channels and its layout. More...
|
struct | packed_image3_type |
| Returns the type of a three channel image given its bitfield type, the bit size of its channels and its layout. More...
|
struct | packed_image4_type |
| Returns the type of a four channel image given its bitfield type, the bit size of its channels and its layout. More...
|
struct | packed_image5_type |
| Returns the type of a five channel image given its bitfield type, the bit size of its channels and its layout. More...
|
struct | bit_aligned_image_type |
| 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. More...
|
struct | bit_aligned_image1_type |
| Returns the type of a single-channel bit-aligned image given the bit size of its channel and its layout. More...
|
struct | bit_aligned_image2_type |
| Returns the type of a two channel bit-aligned image given the bit size of its channels and its layout. More...
|
struct | bit_aligned_image3_type |
| Returns the type of a three channel bit-aligned image given the bit size of its channels and its layout. More...
|
struct | bit_aligned_image4_type |
| Returns the type of a four channel bit-aligned image given the bit size of its channels and its layout. More...
|
struct | bit_aligned_image5_type |
| Returns the type of a five channel bit-aligned image given the bit size of its channels and its layout. More...
|