im_insertplace(3) - Linux man page
Name
im_insertplace - paste small images into big imagesSynopsis
#include <vips/vips.h>im_insertplace( big, small, x, y )
IMAGE *big, *small;
int x, y;
Description
Paste image small into image big, with small's left-left-hand corner at (x,y) in image big. Image big must be large enough to hold all of small! No clipping. Images may have any type, but must both have the same type.This is an in-place operation. Big is damaged! Careful.