API Version: 8.0
Library Version: 8.17
Generated by gi-docgen 2025.3
VipsImage** vips_value_get_array_image ( const GValue* value, int* n )
Return the start of the array of images held by value. optionally return the number of elements in n.
value
n
See also
vips_value_set_array_image().
vips_value_set_array_image()
Type: GValue
GValue
GValue to get from.
Type: int*
int*
Return the number of elements here, optionally.
NULL
Type: An array of VipsImage*
VipsImage*
The array address.