Pixbuf.savev

bool savev(string filename, string type, string[] optionKeys = null, string[] optionValues = null)

Vector version of [gdkpixbuf.pixbuf.Pixbuf.save].

Saves pixbuf to a file in type, which is currently "jpeg", "png", "tiff", "ico" or "bmp".

If error is set, FALSE will be returned.

See [gdkpixbuf.pixbuf.Pixbuf.save] for more details.

Parameters

filenamename of file to save.
typename of file format.
optionKeysname of options to set
optionValuesvalues for named options

Returns

whether an error was set

Throws

[ErrorWrap]