Package: gdk

Function gdk:texture-save-to-tiff

Lambda List

gdk:texture-save-to-tiff (texture filename)

Arguments

texture -- a gdk:texture object
filename -- a string for the filename to store to

Return Value

True if saving succeeded, false on failure.

Details

Store the given texture to the filename as a TIFF file. GTK will attempt to store data without loss.

Since 4.6
 

See also

#2025-3-11