Make an empty image array.Handy withvips_array_image_append()
for bindingswhich can’t handle object array arguments.
Allocate a new array of images and copyarray
into it. Free withvips_area_unref()
.
Allocate a new array ofn
VipsImage
and copy @… into it. Free withvips_area_unref()
.
Make a newVipsArrayImage
, one larger thanarray
, withimage
appendedto the end.Handy withvips_array_image_empty()
for bindingswhich can’t handle object array arguments.