Learn R Programming

RGtk2 (version 2.8.7)

gdkPixbufNewFromData: gdkPixbufNewFromData

Description

Creates a new GdkPixbuf out of in-memory image data. Currently only RGB images with 8 bits per sample are supported.

Usage

gdkPixbufNewFromData(data, colorspace, has.alpha, bits.per.sample, width, height, rowstride)

Arguments

Value

[GdkPixbuf] A newly-created GdkPixbuf structure with a reference count of 1.