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().
Make an empty image array. Handy with vips_array_image_add() for bindings which can't handle object array arguments.
See also: vips_array_image_add().
Allocate a new array of images and copy array
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: #VipsArea.
Allocate a new array of images and copy
array
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: #VipsArea.