Image data in 8-bit/sample packed format inside a #GBytes
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
A newly-created pixbuf
Creates a new #GdkPixbuf out of in-memory readonly image data.
Currently only RGB images with 8 bits per sample are supported.
This is the glib.bytes.Bytes variant of gdkpixbuf.pixbuf.Pixbuf.newFromData, useful for language bindings.