Texture.saveToTiff

bool saveToTiff(string filename)

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

GTK will attempt to store data without loss.

Parameters

filenamethe filename to store to

Returns

true if saving succeeded, false on failure.