Method
GdkPixdataPixdatafrom_pixbuf
Declaration [src]
gpointer
gdk_pixdata_from_pixbuf (
GdkPixdata* pixdata,
const GdkPixbuf* pixbuf,
gboolean use_rle
)
Description [src]
Converts a GdkPixbuf
to a GdkPixdata
.
If use_rle
is TRUE
, the pixel data is run-length encoded into
newly-allocated memory and a pointer to that memory is returned.
Deprecated since: | 2.32 |
Use | |
This method is not directly available to language bindings. |
Parameters
pixbuf |
GdkPixbuf |
The data to fill |
|
The data is owned by the caller of the function. | |
use_rle |
gboolean |
Whether to use run-length encoding for the pixel data. |