Image
(gb.qt4)
This
class implements an image.
The image contents are stored in the process memory, not in the display server like a
Picture.
To get or set individual pixel values, you can treat the Image class as a two-dimensional array: Image
x,y would refer to the pixel at position (x, y) within the image.
Symbols
This class is not creatable.