VipsArrayImage*vips_array_image_append(VipsArrayImage*array,VipsImage*image)
Make a newVipsArrayImage
, one larger thanarray
, withimage
appendedto the end.Handy withvips_array_image_empty()
for bindingswhich can’t handle object array arguments.
See also
image
Type: VipsImage
Add this.
The data is owned by the caller of the method. |
Type: VipsArrayImage
A newVipsArrayImage
.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |