Method
VipsImagewrite_to_memory
Declaration [src]
void*
vips_image_write_to_memory (
VipsImage* in,
size_t* size
)
Description [src]
Writes in
to memory as a simple, unformatted C-style array.
The caller is responsible for freeing this memory with g_free().
See also