gdkImageNew(type, visual, width, height)
gdkImageGet(object, x, y, width, height)
gdkImageGetColormap(object)
gdkImageSetColormap(object, colormap)
gdkImagePutPixel(object, x, y, pixel)
gdkImageGetPixel(object, x, y)
gdkImage(type, visual, width, height)
gdkImageNew
.
To create a gdkImageNewBitmap()
.
To create an image from part of a gdkDrawableGetImage
.
The image can be manipulated with gdkImageGetPixel
and
gdkImagePutPixel
, or alternatively by changing the actual pixel data.
Though manipulating the pixel data requires complicated code to cope with
the different formats that may be used.
To draw a gdkDrawImage
.
To destroy a gdkImageDestroy()
.gdkImage
is the equivalent of gdkImageNew
.