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)dest.xdest.ydest.widthdest.heightoffset.xoffset.yscale.xscale.yinterp.typeGdkInterpType] the interpolation type for the transformation.gdkPixbufScaleSimple first, this function is
the industrial-strength power tool you can fall back to if
gdkPixbufScaleSimple isn't powerful enough.