Function
Vipsallocate_input_array
Declaration [src]
VipsImage**
vips_allocate_input_array (
VipsImage* out,
...
)
Description [src]
Convenience function — make a NULL-terminated array of input images.
Use with vips_start_many().
::: seealso
vips_image_generate(), vips_start_many().
Parameters
out |
VipsImage |
Free array when this image closes. |
|
| The data is owned by the caller of the function. | |
... |
none |
|
Return value
| Returns: | VipsImage |
|
|
| The data is owned by the called function. | |
The return value can be NULL. |