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