Gimp.Image.prototype.get_xcf_file
function get_xcf_file(): Gio.File {
// Gjs wrapper for gimp_image_get_xcf_file()
}
Returns the XCF file for the specified image.
This procedure returns the XCF file associated with the image. If there is no such file, this procedure returns null.
Since 2.8
- Returns
The imported XCF file.