savev
Description:
public bool savev (string filename, string type, string[]? option_keys, string[]? option_values) throws Error
Vector version of `gdk_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 [methodGdkPixbuf.Pixbuf
.save] for more details.
Parameters:
this |
a `GdkPixbuf`. |
filename |
name of file to save. |
type |
name of file format. |
option_keys |
name of options to set |
option_values |
values for named options |
Returns:
whether an error was set |