Method
VipsArrayImageget
Declaration [src]
VipsImage**
vips_array_image_get (
VipsArrayImage* array,
int* n
)
Parameters
n |
int* |
Length of array. |
|
| The argument will be set by the function. | |
| The instance takes ownership of the data, and is responsible for freeing it. |
Return value
| Returns: | An array of VipsImage* |
Array of |
|
The length of the array is in the n argument. | |
| The data is owned by the instance. |