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
filename | name of file to save. |
type | name of file format. |
optionKeys | name of options to set |
optionValues | values for named options |
Returns
whether an error was set
Throws
[ErrorWrap]