Detailed Description
- An image representation than supports all the color spaces, but no alpha channel, planes are always unpacked and the orientation is always bottom up.
Field Documentation
|
Number of planes (ColorSpaceDepth) |
|
Number of bytes per line in one plane (width * DataTypeSize) |
|
Number of bytes per plane. (line_size * height) |
|
Number of bytes occupied by the image (plane_size * depth) |
|
Number of pixels (width * height) |
|
Image data organized as a 2D matrix with several planes. But plane 0 is also a pointer to the full data. (data[i] = data[0] + i*plane_size) |
|
Used when depth=1. Otherwise is NULL. |
|
The palette is always 256 colors allocated, but can have less colors used. |
The documentation for this struct was generated from the following file: