Description Usage Arguments Value Author(s)
Creates a new GdkPixbuf
out of in-memory image data. Currently only RGB
images with 8 bits per sample are supported.
1 2 | 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 |
[GdkPixbuf
] A newly-created GdkPixbuf
structure with a reference count of 1.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.