Gimp.Image.metadata_load_finish

@accepts(Gimp.Image, unicode, Gimp.Metadata, Gimp.MetadataLoadFlags)
@returns(none)
def metadata_load_finish(self, mime_type, metadata, flags):
    # Python wrapper for gimp_image_metadata_load_finish()
  

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

Since 3.0

self

The image

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