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,
See also: vips_sign().
This method is not directly available to language bindings. |
Parameters
out |
VipsImage |
Output |
|
The argument will be set by the function. | |
The instance takes ownership of the data, and is responsible for freeing it. | |
... |
|
|