![]() |
![]() |
Data Fields | |
gxi32 | gxid |
Structure identifier. | |
gxi32 | ref |
Reference counter. | |
void * | image |
Pointer to pixel data. | |
gxi32 | simage |
Size of an image area in bytes (allocated space = ysize*sline). | |
gxi32 | format |
Pixel format (see GX_PIXELFORMATS). | |
gxi32 | xsize |
Horizontal size of the image in pixels. | |
gxi32 | ysize |
Vertical size of the image in pixels. | |
gxi32 | sline |
Size of a row in bytes. | |
gxi32 | xres |
Horizontal resolution. | |
gxi32 | yres |
Vertical resolution. |
gxi32 gxid |
Structure identifier.
gxi32 ref |
Reference counter.
void* image |
Pointer to pixel data.
gxi32 xsize |
Horizontal size of the image in pixels.
gxi32 ysize |
Vertical size of the image in pixels.
gxi32 sline |
Size of a row in bytes.
gxi32 xres |
Horizontal resolution.
gxi32 yres |
Vertical resolution.