Gimp.Image.prototype.metadata_load_finish

function metadata_load_finish(mime_type: String, metadata: Gimp.Metadata, flags: Gimp.MetadataLoadFlags): void {
    // Gjs wrapper for gimp_image_metadata_load_finish()
}
  

Applies the metadata previously loaded with Gimp.Image.prototype.metadata_load_prepare to the image, taking into account the passed flags.

Since 3.0

mime_type

The loaded file's mime-type

metadata

The metadata to set on the image

flags

Flags to specify what of the metadata to apply to the image