gdk_pixbuf_new_from_bytes ( data colorspace has_alpha bits_per_sample width height rowstride -- GdkPixbuf* )


Vocabulary
gdk-pixbuf.ffi

Inputs
dataan object
colorspacean object
has_alphaan object
bits_per_samplean object
widthan object
heightan object
rowstridean object


Outputs
GdkPixbuf*an object


Definition


LIBRARY: gdk-pixbuf FUNCTION: GdkPixbuf*
gdk_pixbuf_new_from_bytes
( GBytes* data, GdkColorspace colorspace, gboolean
has_alpha, gint bits_per_sample, gint width, gint height,
gint rowstride )