gdkPixbufNewFromData
Creates a new GdkPixbuf
out of in-memory image data. Currently only RGB
images with 8 bits per sample are supported.
gdkPixbufNewFromData(data, colorspace, has.alpha, bits.per.sample, width, height, rowstride)
|
Image data in 8-bit/sample packed format |
|
Colorspace for the image data |
|
Whether the data has an opacity channel |
|
Number of bits per sample |
|
Width of the image in pixels, must be > 0 |
|
Height of the image in pixels, must be > 0 |
|
Distance in bytes between row starts |
Derived by RGtkGen from GTK+ documentation
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.