iceWing
|
#include <Gimage.h>
Data Fields | |
guchar ** | data |
int | planes |
iwType | type |
int | width |
int | height |
int | rowstride |
iwColtab | ctab |
void * | reserved |
guchar** iwImage::data |
int iwImage::planes |
Number of image planes
iwType iwImage::type |
Real data type of "data" (instead of guchar)
int iwImage::width |
int iwImage::height |
Image width/height in pixels
int iwImage::rowstride |
0 : data[0] - data[planes] contain the different image planes; >0: image planes are interleaved in data[0], value is distance in bytes between two lines
iwColtab iwImage::ctab |
Color format of data, e.g. for rendering with prev_render()
void* iwImage::reserved |