Package: gdk-pixbuf
Function gdk-pixbuf-composite
Lambda Listgdk-pixbuf-composite (src dest x y width height xoffset yoffset xscale
yscale interp alpha) ArgumentsDetails Creates a transformation of the source image src by scaling by xscale and yscale then translating by xoffset and yoffset.
This gives an image in the coordinates of the destination pixbuf. The rectangle (x, y, width, height) is then composited
onto the corresponding rectangle of the original destination image. When the destination rectangle contains parts not in the source image, the data at the edges of the source image is replicated to infinity. | See also |
*2021-12-12