1IM_INSERTPLACE(3) Library Functions Manual IM_INSERTPLACE(3)
2
3
4
6 im_insertplace - paste small images into big images
7
9 #include <vips/vips.h>
10
11 im_insertplace( big, small, x, y )
12 IMAGE *big, *small;
13 int x, y;
14
15
17 Paste image small into image big, with small's left-left-hand corner at
18 (x,y) in image big. Image big must be large enough to hold all of
19 small! No clipping. Images may have any type, but must both have the
20 same type.
21
22 This is an in-place operation. Big is damaged! Careful.
23
25 All functions return 0 on success and -1 on error.
26
28 im_fastline(3), im_smudge(3).
29
31 National Gallery, 1992
32
34 J. Cupitt
35
36
37
38 30 October 1992 IM_INSERTPLACE(3)