| gdkPixbufSavev {RGtk2} | R Documentation |
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 gdkPixbufSave for more details.
gdkPixbufSavev(object, filename, type, option.keys, option.values, .errwarn = TRUE)
|
[GdkPixbuf] a GdkPixbuf. |
|
[char] name of file to save. |
|
[char] name of file format. |
|
[char] name of options to set, NULL-terminated |
|
[char] values for named options |
.errwarn |
Whether to issue a warning on error or fail silently |
A list containing the following elements:
retval |
[logical] whether an error was set |
|
[GError] return location for error, or NULL |
Derived by RGtkGen from GTK+ documentation