iceWing
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Fields
iwImage Struct Reference

#include <Gimage.h>

Data Fields

guchar ** data
int planes
iwType type
int width
int height
int rowstride
iwColtab ctab
void * reserved

Field Documentation

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

The documentation for this struct was generated from the following file: