Function
Vipssink_memory
Declaration [src]
int
vips_sink_memory (
VipsImage* im
)
Description [src]
Loops over im, generating it to a memory buffer attached to im. It is
used by vips to implement writing to a memory buffer.
See also
Parameters
im-
Type:
VipsImageGenerate this image to memory.
The data is owned by the caller of the function.