Function
VipsArrayIntnewv
Declaration [src]
VipsArrayInt*
vips_array_int_newv (
int n,
...
)
Description [src]
Allocate a new array of n ints and copy @… into it. Free with
vips_area_unref().
See also
This function is not directly available to language bindings.
Return value
Type: VipsArrayInt
A new VipsArrayInt.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |