TRUE if the pixbuf was saved successfully, FALSE if an
error was set.
bool saveToStreamv(gio.output_stream.OutputStream stream, string type, string[] optionKeys = null, string[] optionValues = null, gio.cancellable.Cancellable cancellable = null)Saves pixbuf to an output stream.
Supported file formats are currently "jpeg", "tiff", "png", "ico" or "bmp".
See [gdkpixbuf.pixbuf.Pixbuf.saveToStream] for more details.
stream | a [gio.output_stream.OutputStream] to save the pixbuf to |
type | name of file format |
optionKeys | name of options to set |
optionValues | values for named options |
cancellable | optional [gio.cancellable.Cancellable] object, NULL to ignore |
TRUE if the pixbuf was saved successfully, FALSE if an
error was set.