API Version: 8.0
Library Version: 8.18
int vips_bandjoin2 ( VipsImage* in1, VipsImage* in2, VipsImage** out, ... )
Join a pair of images together, bandwise. See vips_bandjoin().
vips_bandjoin()
in2
VipsImage
Second input image.
out
Output image.
...
none
NULL-terminated list of optional named arguments.
NULL
int
0 on success, -1 on error.