API Version: 8.0
Library Version: 8.18
int vips_maxpair ( VipsImage* left, VipsImage* right, VipsImage** out, ... )
For each pixel, pick the maximum of a pair of images.
::: seealso vips_minpair().
vips_minpair()
right
VipsImage
Input image.
out
Output image.
...
none
NULL-terminated list of optional named arguments.
NULL
int
0 on success, -1 on error.