gdkPixbufSaveToBufferv: gdkPixbufSaveToBufferv
Description
Saves pixbuf to a new buffer in format type, which is currently "jpeg",
"png", "ico" or "bmp". See gdkPixbufSaveToBuffer for more details.Usage
gdkPixbufSaveToBufferv(object, type, option.keys, option.values, .errwarn = TRUE)
Value
A list containing the following elements:retval[logical] whether an error was setbuffer[character] location to receive a pointer to the new buffer.buffer.size[numeric] location to receive the size of the new buffer.error[GError] return location for error, or NULL