API Version: 8.0
Library Version: 8.18
int vips_wop_const1 ( VipsImage* in, VipsImage** out, double c, ... )
Perform VipsOperationMath2 on an image and a constant. See vips_math2_const().
VipsOperationMath2
vips_math2_const()
out
VipsImage
Output VipsImage
c
double
Constant.
...
none
NULL-terminated list of optional named arguments.
NULL
int
0 on success, -1 on error.