Creates a new texture for a blob of image data.
The glib.bytes.Bytes must contain stride × height pixels in the given format.
the width of the texture
the height of the texture
the format of the data
the glib.bytes.Bytes containing the pixel data
rowstride for the data
A newly-created gdk.texture.Texture
Creates a new texture for a blob of image data.
The glib.bytes.Bytes must contain stride × height pixels in the given format.