Function
VipsArrayImageempty
Declaration [src]
VipsArrayImage*
vips_array_image_empty (
void
)
Description [src]
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().
Return value
Returns: | VipsArrayImage |
A new |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |