Function
Vipsstart_one
Declaration [src]
void*
vips_start_one (
VipsImage* out,
void* a,
void* b
)
Parameters
out-
Type:
VipsImageImage to generate.
The data is owned by the caller of the function. a-
Type:
void*User data.
The argument can be NULL.The data is owned by the caller of the function. b-
Type:
void*User data.
The argument can be NULL.The data is owned by the caller of the function.