Texture.saveToTiff

Store the given texture to the filename as a TIFF file.

GTK will attempt to store data without loss.

class Texture
bool
saveToTiff
(
string filename
)

Parameters

filename string

the filename to store to

Return Value

Type: bool

true if saving succeeded, false on failure.