Pixbuf.savev

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.

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

Parameters

filename string

name of file to save.

type string

name of file format.

optionKeys string[]

name of options to set

optionValues string[]

values for named options

Return Value

Type: bool

whether an error was set