Gimp.Image.set_metadata

@accepts(Gimp.Image, Gimp.Metadata)
@returns(bool)
def set_metadata(self, metadata):
    # Python wrapper for gimp_image_set_metadata()
  

Set the image's metadata.

Sets exif/iptc/xmp metadata on the image, or deletes it if metadata is None.

Since 2.10

self

The image.

metadata

The exif/ptc/xmp metadata.

Returns