Gimp.Image.prototype.get_imported_file
function get_imported_file(): Gio.File {
// Gjs wrapper for gimp_image_get_imported_file()
}
Returns the imported file for the specified image.
This procedure returns the file associated with the specified image if the image was imported from a non-native Gimp format. If the image was not imported, or has since been saved in the native Gimp format, this procedure returns null.
Since 2.8
- Returns
The imported file.