Learn R Programming

RGtk2 (version 2.12.17)

gdk-pixbuf-gdk-pixbuf: The GdkPixbuf Structure

Description

Information that describes an image.

Arguments

Methods and Functions

gdkPixbufGetColorspace(object) gdkPixbufGetNChannels(object) gdkPixbufGetHasAlpha(object) gdkPixbufGetBitsPerSample(object) gdkPixbufGetPixels(object) gdkPixbufGetWidth(object) gdkPixbufGetHeight(object) gdkPixbufGetRowstride(object) gdkPixbufGetOption(object, key) gdkPixbuf(width, height, filename, colorspace, has.alpha, bits.per.sample, data, preserve.aspect.ratio, rowstride, .errwarn = TRUE)

Hierarchy

GObject +----GdkPixbuf

Detailed Description

The GdkPixbuf structure contains information that describes an image in memory.

Convenient Construction

gdkPixbuf is the result of collapsing the constructors of GdkPixbuf (gdkPixbufNew, gdkPixbufNewFromFile, gdkPixbufNewFromFileAtSize, gdkPixbufNewFromFileAtScale, gdkPixbufNewFromData, gdkPixbufNewFromXpmData, NULL) and accepts a subset of its arguments matching the required arguments of one of its delegate constructors.

References

http://developer.gnome.org/doc/API/2.0/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf.html