Detailed Description
Returns the type of a homogeneous GIL construct given its elements (channel, 
layout, whether it is planar, step, mutable, etc.). 
TYPE FACTORY METAFUNCTIONS Metafunctions returning GIL types from other GIL types 
|  | 
| 
 Modules | 
|  | packed_image_type,bit_aligned_image_type | 
|  | Returns the type of an image whose channels are not byte-aligned. 
 | 
| 
 Classes | 
| struct | pixel_reference_type | 
|  | Returns the type of a homogeneous pixel reference given the channel type, layout, whether it operates on planar data and whether it is mutable.  More... 
 | 
| struct | iterator_type | 
|  | Returns the type of a homogeneous iterator given the channel type, layout, whether it operates on planar data, whether it is a step iterator, and whether it is mutable.  More... 
 | 
| struct | packed_pixel_type | 
|  | Returns the type of a packed pixel given its bitfield type, the bit size of its channels and its layout.  More... 
 | 
| struct | pixel_value_type | 
|  | Returns the type of a homogeneous pixel given the channel type and layout.  More... 
 | 
| struct | locator_type | 
|  | Returns the type of a homogeneous locator given the channel type, layout, whether it operates on planar data and whether it has a step horizontally.  More... 
 | 
| struct | view_type | 
|  | Returns the type of a homogeneous view given the channel type, layout, whether it operates on planar data and whether it has a step horizontally.  More... 
 | 
| struct | image_type | 
|  | Returns the type of a homogeneous image given the channel type, layout, and whether it operates on planar data.  More... 
 |