Learn R Programming

RGtk2 (version 2.8.7)

gdkPixbufScale: gdkPixbufScale

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, then renders the rectangle (dest.x, dest.y, dest.width, dest.height) of the resulting image onto the destination image replacing the previous contents.

Usage

gdkPixbufScale(object, dest, dest.x, dest.y, dest.width, dest.height, offset.x, offset.y, scale.x, scale.y, interp.type)

Arguments

Details

Try to use gdkPixbufScaleSimple first, this function is the industrial-strength power tool you can fall back to if gdkPixbufScaleSimple isn't powerful enough.