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: vips_array_image_new()
Return value
Returns: | VipsArrayImage |
A new |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |