gdkPixbufScale {RGtk2} | R Documentation |
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.
gdkPixbufScale(object, dest, dest.x, dest.y, dest.width, dest.height, offset.x, offset.y, scale.x, scale.y, interp.type)
|
[GdkPixbuf ] a GdkPixbuf |
|
[GdkPixbuf ] the GdkPixbuf into which to render the results |
|
[integer] the left coordinate for region to render |
|
[integer] the top coordinate for region to render |
|
[integer] the width of the region to render |
|
[integer] the height of the region to render |
|
[numeric] the offset in the X direction (currently rounded to an integer) |
|
[numeric] the offset in the Y direction (currently rounded to an integer) |
|
[numeric] the scale factor in the X direction |
|
[numeric] the scale factor in the Y direction |
|
[GdkInterpType ] the interpolation type for the transformation. |
Try to use gdkPixbufScaleSimple
first, this function is
the industrial-strength power tool you can fall back to if
gdkPixbufScaleSimple
isn't powerful enough.
Derived by RGtkGen from GTK+ documentation