Struct
VipsArrayImage
since: 8.0
Constructors
vips_array_image_empty
Make an empty image array.
Handy with vips_array_image_append() for bindings
which can’t handle object array arguments.
since: 8.0
vips_array_image_new
Allocate a new array of images and copy array into it. Free with
vips_area_unref().
since: 8.0
vips_array_image_newv
Allocate a new array of n VipsImage and copy @… into it. Free with
vips_area_unref().
since: 8.0
Instance methods
vips_array_image_append
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.
since: 8.0
vips_array_image_get
Fetch an image array from a VipsArrayImage. Useful for language bindings.
since: 8.0