Function
VipsArrayImagenewv
Declaration [src]
VipsArrayImage*
vips_array_image_newv (
int n,
...
)
Description [src]
Allocate a new array of n VipsImage and copy @… into it. Free with
vips_area_unref().
The images will all be reffed by this function. They
will be automatically unreffed for you by
vips_area_unref().
Add an extra NULL element at the end, handy for eg.
vips_image_pipeline_array() etc.
See also
This function is not directly available to language bindings.
Parameters
n-
Type:
intNumber of images.
...-
Type:
List of
VipsImagearguments.
Return value
Type: VipsArrayImage
A new VipsArrayImage.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |