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
filename | the filename to store to |
Returns
true if saving succeeded, false on failure.
bool saveToTiff(string filename)Store the given texture to the filename as a TIFF file.
GTK will attempt to store data without loss.
filename | the filename to store to |