Learn R Programming

RGtk2 (version 2.8.7)

gdkPixbufComposite: gdkPixbufComposite

Description

Creates a transformation of the source image src by scaling by scale.x and scale.y then translating by offset.x and offset.y. This gives an image in the coordinates of the destination pixbuf. The rectangle (dest.x, dest.y, dest.width, dest.height) is then composited onto the corresponding rectangle of the original destination image.

Usage

gdkPixbufComposite(object, dest, dest.x, dest.y, dest.width, dest.height, offset.x, offset.y, scale.x, scale.y, interp.type, overall.alpha)

Arguments

Details

When the destination rectangle contains parts not in the source image, the data at the edges of the source image is replicated to infinity.

Compositing of pixbufs