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().
Parameterssize
Type: size_t*
Return buffer length here.
The argument will be set by the function.Type: An array of guint8
Return buffer start here.
The length of the array is in thesize
argument. The caller of the method takes ownership of the returned data, and is responsible for freeing it.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4