Public Member Functions | |
BufferFormat (bool rightToLeft=false, bool topToBottom=false, bool verticalStrips=false, bool wordAlignStrip=false) | |
Public Attributes | |
bool | rightToLeft |
The right edge is at a lower address in memory than the left edge. | |
bool | topToBottom |
The top edge is at a lower address in memory than the bottom edge. | |
bool | verticalStrips |
Memory address changes faster when moving horizonally than when moving vertically. | |
bool | wordAlignStrip |
Align each strip (row or column) on a word boundary. |
Definition at line 206 of file image_data.H.
|
The right edge is at a lower address in memory than the left edge. The opposite is the default. Definition at line 212 of file image_data.H. |
|
The top edge is at a lower address in memory than the bottom edge. The opposite is the default. Definition at line 218 of file image_data.H. |
|
Memory address changes faster when moving horizonally than when moving vertically. The opposite is the default. Definition at line 224 of file image_data.H. |
|
Align each strip (row or column) on a word boundary. The word size is that of the associated pixel format. This setting has no meaning unless the pixel format is tight. The default is no alignment.
Definition at line 234 of file image_data.H. |