Function

Vipsstop_many

Declaration [src]

int
vips_stop_many (
  void* seq,
  void* a,
  void* b
)

Description [src]

Stop function for many images in. a is a pointer to a NULL-terminated array of input images.

::: seealso vips_image_generate().

Parameters

seq void*
 

Sequence value.

 The argument can be NULL.
 The data is owned by the caller of the function.
a void*
 

User data.

 The argument can be NULL.
 The data is owned by the caller of the function.
b void*
 

User data.

 The argument can be NULL.
 The data is owned by the caller of the function.

Return value

Returns: int
  No description available.