Method
VipsImageabs
Declaration [src]
int
vips_abs (
VipsImage* in,
VipsImage** out,
...
)
Description [src]
This operation finds the absolute value of an image. It does a copy for
unsigned integer types, negate for negative values in
signed integer types, fabs()
for
float types, and calculates modulus for complex types.
See also
This method is not directly available to language bindings.