Method
VipsArrayImageappend
Declaration [src]
VipsArrayImage*
vips_array_image_append (
VipsArrayImage* array,
VipsImage* image
)
Description [src]
Make a new VipsArrayImage, one larger than array, with image appended
to the end.
Handy with vips_array_image_empty() for bindings
which can’t handle object array arguments.
See also: vips_array_image_empty().
Parameters
image |
VipsImage |
Add this. |
|
| The data is owned by the caller of the function. |
Return value
| Returns: | VipsArrayImage |
A new |
|
| The caller of the method takes ownership of the data, and is responsible for freeing it. |